summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2015-12-03net: introduce change lower state notifierJiri Pirko
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko
2015-12-03net: Check CHANGEUPPER notifier return valueIdo Schimmel
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu
2015-11-22net: IPv6 fib lookup tracepointDavid Ahern
2015-11-20net: avoid NULL deref in napi_get_frags()Eric Dumazet
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet
2015-11-18net: napi_hash_del() returns a boolean statusEric Dumazet
2015-11-18net: move napi_hash[] into read mostly sectionEric Dumazet
2015-11-18net: add netif_tx_napi_add()Eric Dumazet
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet
2015-11-18net: network drivers no longer need to implement ndo_busy_poll()Eric Dumazet
2015-11-18net: allow BH servicing in sk_busy_loop()Eric Dumazet
2015-11-18net: un-inline sk_busy_loop()Eric Dumazet
2015-11-18net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet
2015-11-17net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov
2015-11-17rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa
2015-11-17net: use skb_clone to avoid alloc_pages failure.Martin Zhang
2015-11-17vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich
2015-11-16net/core: use netdev name in warning if no parentBjørn Mork
2015-11-16net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov
2015-11-16net: fix feature changes on devices without ndo_set_featuresNikolay Aleksandrov
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-11-09net: fix a race in dst_release()Eric Dumazet
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-04net/core: ensure features get disabled on new lower devsJarod Wilson
2015-11-03net/core: fix for_each_netdev_featureJarod Wilson
2015-11-03ptp: Change ptp_class to a proper bitmaskStefan Sørensen
2015-11-02net/core: generic support for disabling netdev features down stackJarod Wilson
2015-11-02net: make skb_set_owner_w() more robustEric Dumazet
2015-10-27sock: don't enable netstamp for af_unix socketsHannes Frederic Sowa
2015-10-26net: tso: add support for IPv6emmanuel.grumbach@intel.com
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-23if_link: Add control trust VFHiroshi Shimamoto
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar
2015-10-21netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-16net: introduce pre-change upper device notifierJiri Pirko
2015-10-14ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches
2015-10-12net: SO_INCOMING_CPU setsockopt() supportEric Dumazet
2015-10-12sock: support per-packet fwmarkEdward Jee
2015-10-12bpf: enable non-root eBPF programsAlexei Starovoitov
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov
2015-10-09net/core: make sock_diag.c explicitly non-modularPaul Gortmaker
2015-10-09net/core: lockdep_rtnl_is_held can be booleanYaowei Bai
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa
2015-10-08bpf, skb_do_redirect: clear sender_cpu before xmitDaniel Borkmann
2015-10-08bpf: clear sender_cpu before xmitAlexei Starovoitov