summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2015-01-24rtnl: 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-19netlink: Fix bugs in nlmsg_end() conversions.David S. Miller
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-18bridge: 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-06net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann
2015-01-06net: 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
2014-12-24net: Reset secmark when scrubbing packetThomas Graf
2014-12-24net: Fix stacked vlan offload features computationToshiaki Makita
2014-12-24mpls: Fix config check for mpls.Pravin B Shelar
2014-12-24net: Rearrange loop in net_rx_actionHerbert Xu
2014-12-24net: Always poll at least one device in net_rx_actionHerbert Xu
2014-12-24net: Detect drivers that reschedule NAPI and exhaust budgetHerbert Xu
2014-12-24net: Move napi polling code out of net_rx_actionHerbert Xu
2014-12-24net: drop the packet when fails to do software segmentation or header checkJason Wang
2014-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-16net: Disallow providing non zero VLAN ID for NIC drivers FDB add flowOr Gerlitz
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-11net: sock: fix access via invalid file descriptorAlexei Starovoitov
2014-12-11net: introduce helper macro for_each_cmsghdrGu Zheng
2014-12-11Merge branch 'nsfs' into for-nextAl Viro
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-10net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck
2014-12-10net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller
2014-12-10Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-12-09rocker: remove swdev modeRoopa Prabhu
2014-12-09net: avoid to call skb_queue_len againLi RongQing
2014-12-09skb_copy_datagram_iovec() can dieAl Viro
2014-12-09switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro
2014-12-09dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa
2014-12-09net: avoid two atomic operations in fast clonesEric Dumazet
2014-12-09rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar
2014-12-09ethtool: Support for configurable RSS hash functionEyal Perry
2014-12-06net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov