summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2015-02-03net-timestamp: no-payload optionWillem de Bruijn1-5/+14
2015-02-02bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu1-4/+6
2015-01-31net: Fix vlan_get_protocol for stacked vlanToshiaki Makita1-30/+1
2015-01-30dev: add per net_device packet type chainsSalam Noureddine1-48/+84
2015-01-30rtnetlink: pass link_net to the newlink handlerNicolas Dichtel1-1/+1
2015-01-29bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu1-1/+5
2015-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+15
2015-01-27flow_dissector: add tipc supportErik Hugne1-0/+14
2015-01-24vxlan: advertise netns of vxlan dev in fdb msgNicolas Dichtel1-0/+1
2015-01-24rtnl: fix error path when adding an iface with a link netNicolas Dichtel1-1/+4
2015-01-23nl80211: Allow set network namespace by fdVadim Kochan1-0/+1
2015-01-19rtnl: allow to create device with IFLA_LINK_NETNSID setNicolas Dichtel1-3/+22
2015-01-19rtnl: add link netns id to interface messagesNicolas Dichtel1-0/+13
2015-01-19netns: add rtnl cmd to add and get peer netns idsNicolas Dichtel1-0/+211
2015-01-19bridge: remove oflags from setlink/dellink.Rosen, Rami1-6/+2
2015-01-19netlink: Fix bugs in nlmsg_end() conversions.David S. Miller2-5/+5
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg3-8/+16
2015-01-18bridge: fix setlink/dellink notificationsRoopa Prabhu1-24/+21
2015-01-16net: rps: fix cpu unplugEric Dumazet1-5/+15
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+44
2015-01-14neighbour: fix base_reachable_time(_ms) not effective immediatly when changedJean-Francois Remy1-0/+44
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko3-10/+10
2015-01-13net: allow large number of rx queuesPankaj Gupta1-5/+8
2015-01-07ethtool: Extend ethtool plugin module eeprom API to phylibEd Swierk1-11/+34
2015-01-06net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann1-2/+13
2015-01-06net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is definedHubert Sokolowski1-2/+3
2015-01-03net: skbuff: don't zero tc members when freeing skbFlorian Westphal1-7/+0
2014-12-27net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-9/+14
2014-12-27net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh1-0/+1
2014-12-24net: Reset secmark when scrubbing packetThomas Graf1-0/+1
2014-12-24net: Fix stacked vlan offload features computationToshiaki Makita1-5/+8
2014-12-24mpls: Fix config check for mpls.Pravin B Shelar1-1/+1
2014-12-24net: Rearrange loop in net_rx_actionHerbert Xu1-14/+12
2014-12-24net: Always poll at least one device in net_rx_actionHerbert Xu1-4/+3
2014-12-24net: Detect drivers that reschedule NAPI and exhaust budgetHerbert Xu1-0/+9
2014-12-24net: Move napi polling code out of net_rx_actionHerbert Xu1-44/+54
2014-12-24net: drop the packet when fails to do software segmentation or header checkJason Wang1-1/+1
2014-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+5
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-19/+20
2014-12-16net: Disallow providing non zero VLAN ID for NIC drivers FDB add flowOr Gerlitz1-0/+5
2014-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+20
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds19-630/+985
2014-12-11net: sock: fix access via invalid file descriptorAlexei Starovoitov1-2/+2
2014-12-11net: introduce helper macro for_each_cmsghdrGu Zheng1-2/+1
2014-12-11Merge branch 'nsfs' into for-nextAl Viro1-19/+20
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-12-10net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck2-8/+68
2014-12-10net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck1-40/+77
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller1-119/+19
2014-12-10Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-10/+10