summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2016-01-06net: possible use after free in dst_releaseFrancesco Ruggeri-1/+2
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-6/+6
2015-12-17net: check both type and procotol for tcp socketsWANG Cong-2/+4
2015-12-15skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich-1/+1
2015-12-11xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet-1/+1
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo-151/+201
2015-12-05sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner-2/+0
2015-12-03ipv6: kill sk_dst_lockEric Dumazet-3/+1
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo-9/+11
2015-12-03net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov-2/+2
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet-1/+1
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet-7/+7
2015-11-23cgroups: Allow dynamically changing net_classidNina Schiff-8/+18
2015-11-22net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann-0/+2
2015-11-17net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov-1/+4
2015-11-17rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa-122/+152
2015-11-17net: use skb_clone to avoid alloc_pages failure.Martin Zhang-1/+1
2015-11-17vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich-1/+2
2015-11-16net/core: use netdev name in warning if no parentBjørn Mork-5/+8
2015-11-16net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov-1/+1
2015-11-16net: fix feature changes on devices without ndo_set_featuresNikolay Aleksandrov-0/+2
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-4/+5
2015-11-09net: fix a race in dst_release()Eric Dumazet-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman-6/+8
2015-11-04net/core: ensure features get disabled on new lower devsJarod Wilson-3/+4
2015-11-03net/core: fix for_each_netdev_featureJarod Wilson-2/+6
2015-11-03ptp: Change ptp_class to a proper bitmaskStefan Sørensen-8/+8
2015-11-02net/core: generic support for disabling netdev features down stackJarod Wilson-0/+50
2015-11-02net: make skb_set_owner_w() more robustEric Dumazet-0/+22
2015-10-27sock: don't enable netstamp for af_unix socketsHannes Frederic Sowa-3/+17
2015-10-26net: tso: add support for IPv6emmanuel.grumbach@intel.com-5/+13
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+27
2015-10-23if_link: Add control trust VFHiroshi Shimamoto-3/+21
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar-0/+27
2015-10-21netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen-4/+4
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+7
2015-10-16net: introduce pre-change upper device notifierJiri Pirko-0/+9
2015-10-14ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches-1/+1
2015-10-12net: SO_INCOMING_CPU setsockopt() supportEric Dumazet-0/+5
2015-10-12sock: support per-packet fwmarkEdward Jee-0/+26
2015-10-12bpf: enable non-root eBPF programsAlexei Starovoitov-1/+2
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov-5/+7
2015-10-09net/core: make sock_diag.c explicitly non-modularPaul Gortmaker-11/+3
2015-10-09net/core: lockdep_rtnl_is_held can be booleanYaowei Bai-1/+1
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann-7/+2
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa-49/+0
2015-10-08bpf, skb_do_redirect: clear sender_cpu before xmitDaniel Borkmann-0/+1
2015-10-08bpf: clear sender_cpu before xmitAlexei Starovoitov-0/+1
2015-10-08dst: Pass net into dst->outputEric W. Biederman-9/+9
2015-10-07net: Add support for filtering neigh dump by device indexDavid Ahern-2/+15