summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2015-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-02-15rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong
2015-02-14net: spelling fixesStephen Hemminger
2015-02-14net/core: Fix warning while make xmldocs caused by dev.cMasanari Iida
2015-02-13net: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-08net:rfs: adjust table size checkingEric Dumazet
2015-02-08net: rfs: add hash collision detectionEric Dumazet
2015-02-07net: use netif_rx_ni() from process contextEric Dumazet
2015-02-07rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann
2015-02-05pktgen: fix UDP checksum computationSabrina Dubroca
2015-02-05flowcache: Fix kernel panic in flow_cache_flush_taskMiroslav Urbanek
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-05net: remove some sparse warningsEric Dumazet
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2015-02-04net/core: Add event for a change in slave stateMoni Shoua
2015-02-04Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...David S. Miller
2015-02-04xps: fix xps for stacked devicesEric Dumazet
2015-02-04net: bury net/core/iovec.c - nothing in there is used anymoreAl Viro
2015-02-02net-timestamp: no-payload only sysctlWillem de Bruijn
2015-02-02net-timestamp: no-payload optionWillem de Bruijn
2015-02-01bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu
2015-01-30net: Fix vlan_get_protocol for stacked vlanToshiaki Makita
2015-01-29dev: add per net_device packet type chainsSalam Noureddine
2015-01-29rtnetlink: pass link_net to the newlink handlerNicolas Dichtel
2015-01-28bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-26flow_dissector: add tipc supportErik Hugne
2015-01-23vxlan: advertise netns of vxlan dev in fdb msgNicolas Dichtel
2015-01-23rtnl: fix error path when adding an iface with a link netNicolas Dichtel
2015-01-23nl80211: Allow set network namespace by fdVadim Kochan
2015-01-19rtnl: allow to create device with IFLA_LINK_NETNSID setNicolas Dichtel
2015-01-19rtnl: add link netns id to interface messagesNicolas Dichtel
2015-01-19netns: add rtnl cmd to add and get peer netns idsNicolas Dichtel
2015-01-19bridge: remove oflags from setlink/dellink.Rosen, Rami
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.David S. Miller
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-17bridge: fix setlink/dellink notificationsRoopa Prabhu
2015-01-16net: rps: fix cpu unplugEric Dumazet
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-14neighbour: fix base_reachable_time(_ms) not effective immediatly when changedJean-Francois Remy
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-12net: allow large number of rx queuesPankaj Gupta
2015-01-06ethtool: Extend ethtool plugin module eeprom API to phylibEd Swierk
2015-01-05net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann
2015-01-05net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is definedHubert Sokolowski
2015-01-02net: skbuff: don't zero tc members when freeing skbFlorian Westphal
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross
2014-12-26net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh