summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into for-4.4-fixesTejun Heo2015-12-079-151/+201
|\
| * ipv6: kill sk_dst_lockEric Dumazet2015-12-031-3/+1
| * net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov2015-12-031-2/+2
| * net: fix sock_wake_async() rcu protectionEric Dumazet2015-12-011-1/+1
| * net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-013-7/+7
| * cgroups: Allow dynamically changing net_classidNina Schiff2015-11-231-8/+18
| * net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann2015-11-221-0/+2
| * net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov2015-11-171-1/+4
| * rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa2015-11-171-122/+152
| * net: use skb_clone to avoid alloc_pages failure.Martin Zhang2015-11-171-1/+1
| * vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich2015-11-171-1/+2
| * net/core: use netdev name in warning if no parentBjørn Mork2015-11-161-5/+8
| * net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov2015-11-161-1/+1
| * net: fix feature changes on devices without ndo_set_featuresNikolay Aleksandrov2015-11-161-0/+2
* | cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-032-9/+11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-102-4/+5
|\
| * net: fix a race in dst_release()Eric Dumazet2015-11-091-1/+1
| * net/core: ensure features get disabled on new lower devsJarod Wilson2015-11-041-3/+4
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-062-6/+8
|/
* net/core: fix for_each_netdev_featureJarod Wilson2015-11-031-2/+6
* ptp: Change ptp_class to a proper bitmaskStefan Sørensen2015-11-031-8/+8
* net/core: generic support for disabling netdev features down stackJarod Wilson2015-11-021-0/+50
* net: make skb_set_owner_w() more robustEric Dumazet2015-11-021-0/+22
* sock: don't enable netstamp for af_unix socketsHannes Frederic Sowa2015-10-271-3/+17
* net: tso: add support for IPv6emmanuel.grumbach@intel.com2015-10-261-5/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-0/+27
|\
| * openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-221-0/+27
* | if_link: Add control trust VFHiroshi Shimamoto2015-10-231-3/+21
* | netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen2015-10-211-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-202-2/+7
|\|
| * ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches2015-10-141-1/+1
| * bpf: clear sender_cpu before xmitAlexei Starovoitov2015-10-081-0/+1
| * bpf: fix panic in SO_GET_FILTER with native ebpf programsDaniel Borkmann2015-10-051-1/+5
* | net: introduce pre-change upper device notifierJiri Pirko2015-10-161-0/+9
* | net: SO_INCOMING_CPU setsockopt() supportEric Dumazet2015-10-121-0/+5
* | sock: support per-packet fwmarkEdward Jee2015-10-121-0/+26
* | bpf: enable non-root eBPF programsAlexei Starovoitov2015-10-121-1/+2
* | bpf: fix cb access in socket filter programsAlexei Starovoitov2015-10-111-5/+7
* | net/core: make sock_diag.c explicitly non-modularPaul Gortmaker2015-10-091-11/+3
* | net/core: lockdep_rtnl_is_held can be booleanYaowei Bai2015-10-091-1/+1
* | bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann2015-10-081-7/+2
* | net: move net_get_random_once to libHannes Frederic Sowa2015-10-081-49/+0
* | bpf, skb_do_redirect: clear sender_cpu before xmitDaniel Borkmann2015-10-081-0/+1
* | dst: Pass net into dst->outputEric W. Biederman2015-10-082-9/+9
* | net: Add support for filtering neigh dump by device indexDavid Ahern2015-10-071-2/+15
* | bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann2015-10-051-5/+11
* | tcp: restore fastopen operationsEric Dumazet2015-10-051-1/+0
* | net: use sk_fullsock() in __netdev_pick_tx()Eric Dumazet2015-10-051-0/+1
* | tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request socketsEric Dumazet2015-10-031-1/+1
* | sched, bpf: make skb->priority writableDaniel Borkmann2015-10-031-2/+7