summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2014-06-26rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt1-4/+18
2014-06-26net: force a list_del() in unregister_netdevice_many()Eric Dumazet2-2/+4
2014-06-26net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-9/+11
2014-06-26net: Add variants of capable for use on on socketsEric W. Biederman1-0/+49
2014-06-26net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman1-2/+2
2014-06-01net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet1-0/+1
2014-06-01net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet2-2/+3
2014-06-01rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang3-3/+34
2014-06-01net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa1-4/+4
2014-06-01neigh: set nud_state to NUD_INCOMPLETE when probing router reachabilityDuan Jiong1-2/+2
2014-06-01rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson1-6/+10
2014-06-01rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson1-5/+12
2014-06-01net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski1-2/+2
2014-06-01vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich1-1/+0
2014-06-01net: Find the nesting level of a given device by type.Vlad Yasevich1-0/+50
2014-06-01vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong1-0/+1
2014-06-01net: Start with correct mac_len in skb_network_protocolVlad Yasevich1-1/+1
2014-06-01filter: prevent nla extensions to peek beyond the end of the messageMathias Krause1-1/+5
2014-06-01net: core: don't account for udp header size when computing seglenFlorian Westphal1-5/+7
2014-03-29net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich2-5/+11
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss1-7/+20
2014-03-24netpoll: fix the skb check in pkt_is_nsLi RongQing1-1/+1
2014-03-21rtnetlink: fix fdb notification flagsNicolas Dichtel1-4/+6
2014-03-12tcp: tcp_release_cb() should release socket ownershipEric Dumazet1-1/+4
2014-03-12skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin1-0/+6
2014-03-12skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin1-13/+13
2014-03-12skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin1-22/+24
2014-03-12skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin1-7/+7
2014-03-12skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin1-9/+9
2014-02-28neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong1-3/+3
2014-02-22neigh: fix setting of default gc_* valuesJiri Pirko1-1/+1
2014-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+0
2014-02-17netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal1-3/+0
2014-02-17netdevice: move netdev_cap_txqueue for shared usage to headerDaniel Borkmann1-12/+1
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-4/+3
2014-02-14net: core: introduce netif_skb_dev_featuresFlorian Westphal1-10/+12
2014-02-14net: correct error path in rtnl_newlink()Cong Wang1-7/+12
2014-02-10net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski1-0/+7
2014-02-10net: Mark functions as static in core/dev.cRashika Kheria1-3/+3
2014-02-07net: use __GFP_NORETRY for high order allocationsEric Dumazet1-2/+4
2014-02-07netpoll: fix netconsole IPv6 setupSabrina Dubroca1-1/+3
2014-02-05rtnetlink: fix oops in rtnl_link_get_slave_info_data_sizeFernando Luis Vazquez Cao1-1/+1
2014-01-29net: Fix warning on make htmldocs caused by skbuff.cMasanari Iida1-1/+1
2014-01-27net: add and use skb_gso_transport_seglen()Florian Westphal1-0/+25
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds17-685/+1368
2014-01-24rtnetlink: remove check for fill_slave_info in rtnl_have_link_slave_infoJiri Pirko1-2/+1
2014-01-24net: Correctly sync addresses from multiple sources to single deviceVlad Yasevich1-8/+10
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-31/+1
2014-01-23bonding: convert netlink to use slave data info apiJiri Pirko1-51/+0
2014-01-23rtnetlink: provide api for getting and setting slave infoJiri Pirko1-20/+138