summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Generalise wq_has_sleeper helperHerbert Xu2015-11-302-5/+5
* net: IPv6 fib lookup tracepointDavid Ahern2015-11-221-0/+4
* net: avoid NULL deref in napi_get_frags()Eric Dumazet2015-11-201-2/+4
* net: provide generic busy polling to all NAPI driversEric Dumazet2015-11-181-0/+7
* net: napi_hash_del() returns a boolean statusEric Dumazet2015-11-181-3/+7
* net: move napi_hash[] into read mostly sectionEric Dumazet2015-11-181-1/+1
* net: add netif_tx_napi_add()Eric Dumazet2015-11-181-1/+2
* net: move skb_mark_napi_id() into core networking stackEric Dumazet2015-11-181-0/+2
* net: network drivers no longer need to implement ndo_busy_poll()Eric Dumazet2015-11-181-5/+20
* net: allow BH servicing in sk_busy_loop()Eric Dumazet2015-11-181-11/+7Star
* net: un-inline sk_busy_loop()Eric Dumazet2015-11-181-2/+48
* net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet2015-11-181-17/+16Star
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-112-4/+5
|\
| * net: fix a race in dst_release()Eric Dumazet2015-11-101-1/+1
| * net/core: ensure features get disabled on new lower devsJarod Wilson2015-11-051-3/+4
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-072-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-031-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-281-3/+17
* net: tso: add support for IPv6emmanuel.grumbach@intel.com2015-10-271-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-231-0/+27
* | if_link: Add control trust VFHiroshi Shimamoto2015-10-231-3/+21
* | netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen2015-10-221-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-151-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-131-0/+5
* | sock: support per-packet fwmarkEdward Jee2015-10-131-0/+26
* | bpf: enable non-root eBPF programsAlexei Starovoitov2015-10-131-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/+3Star
* | 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/+2Star
* | net: move net_get_random_once to libHannes Frederic Sowa2015-10-081-49/+0Star
* | 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