aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2014-06-18net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet
2014-06-18net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet
2014-06-18rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang
2014-06-18net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa
2014-06-18neigh: set nud_state to NUD_INCOMPLETE when probing router reachabilityDuan Jiong
2014-06-18rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson
2014-06-18rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson
2014-06-18net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski
2014-06-18vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich
2014-06-18net: Find the nesting level of a given device by type.Vlad Yasevich
2014-06-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong
2014-06-18net: Start with correct mac_len in skb_network_protocolVlad Yasevich
2014-06-18filter: prevent nla extensions to peek beyond the end of the messageMathias Krause
2014-06-18net: core: don't account for udp header size when computing seglenFlorian Westphal
2014-03-28net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss
2014-03-24netpoll: fix the skb check in pkt_is_nsLi RongQing
2014-03-20rtnetlink: fix fdb notification flagsNicolas Dichtel
2014-03-11tcp: tcp_release_cb() should release socket ownershipEric Dumazet
2014-03-11skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin
2014-03-11skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin
2014-03-11skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin
2014-03-11skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin
2014-03-11skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin
2014-02-27neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong
2014-02-22neigh: fix setting of default gc_* valuesJiri Pirko
2014-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-02-17netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal
2014-02-17netdevice: move netdev_cap_txqueue for shared usage to headerDaniel Borkmann
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann
2014-02-13net: core: introduce netif_skb_dev_featuresFlorian Westphal
2014-02-13net: correct error path in rtnl_newlink()Cong Wang
2014-02-09net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski
2014-02-09net: Mark functions as static in core/dev.cRashika Kheria
2014-02-06net: use __GFP_NORETRY for high order allocationsEric Dumazet
2014-02-06netpoll: fix netconsole IPv6 setupSabrina Dubroca
2014-02-04rtnetlink: fix oops in rtnl_link_get_slave_info_data_sizeFernando Luis Vazquez Cao
2014-01-28net: Fix warning on make htmldocs caused by skbuff.cMasanari Iida
2014-01-26net: add and use skb_gso_transport_seglen()Florian Westphal
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-23rtnetlink: remove check for fill_slave_info in rtnl_have_link_slave_infoJiri Pirko
2014-01-23net: Correctly sync addresses from multiple sources to single deviceVlad Yasevich
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2014-01-22bonding: convert netlink to use slave data info apiJiri Pirko
2014-01-22rtnetlink: provide api for getting and setting slave infoJiri Pirko
2014-01-22rtnetlink: put "BOND" into nl attribute names which are related to bondingJiri Pirko
2014-01-22net/neighbour: queue work on power efficient wqviresh kumar
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi
2014-01-21pktgen: Use ether_addr_copyJoe Perches