| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2017-02-16 | 1 | -0/+14 |
|\ |
|
| * | net: Prepare gro for packet consuming gro callbacks | Steffen Klassert | 2017-02-15 | 1 | -0/+9 |
| * | net: Add a skb_gro_flush_final helper. | Steffen Klassert | 2017-02-15 | 1 | -0/+5 |
* | | net: make net_device members garp_port and mrp_port conditional | Tobias Klauser | 2017-02-13 | 1 | -0/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-02-11 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | net: introduce device min_header_len | Willem de Bruijn | 2017-02-08 | 1 | -0/+4 |
* | | net: remove ndo_neigh_{construct, destroy} from stacked devices | Ido Schimmel | 2017-02-06 | 1 | -4/+0 |
* | | net: remove __napi_complete() | Eric Dumazet | 2017-02-05 | 1 | -1/+0 |
* | | net: remove support for per driver ndo_busy_poll() | Eric Dumazet | 2017-02-03 | 1 | -3/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-02-02 | 1 | -14/+15 |
|\ \
| |/ |
|
| * | net: fix ndo_features_check/ndo_fix_features comment ordering | Dimitris Michailidis | 2017-02-01 | 1 | -14/+15 |
* | | net: implement netif_cond_dbg macro | Edward Cree | 2017-01-27 | 1 | -0/+9 |
* | | net: Fix ndo_setup_tc comment | Florian Fainelli | 2017-01-27 | 1 | -5/+6 |
* | | net: Remove usage of net_device last_rx member | Tobias Klauser | 2017-01-18 | 1 | -3/+0 |
* | | net: core: Make netif_wake_subqueue a wrapper | Florian Fainelli | 2017-01-12 | 1 | -1/+13 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-01-11 | 1 | -2/+7 |
|\ \
| |/ |
|
| * | gro: Disable frag0 optimization on IPv6 ext headers | Herbert Xu | 2017-01-10 | 1 | -2/+7 |
* | | net: make ndo_get_stats64 a void function | stephen hemminger | 2017-01-08 | 1 | -4/+4 |
* | | net: dev_weight: TX/RX orthogonality | Matthias Tafelmeier | 2016-12-29 | 1 | -0/+4 |
|/ |
|
* | net: rfs: add a jump label | Eric Dumazet | 2016-12-08 | 1 | -0/+1 |
* | net/sched: cls_flower: Add offload support using egress Hardware device | Hadar Hen Zion | 2016-12-02 | 1 | -0/+1 |
* | bpf, xdp: allow to pass flags to dev_change_xdp_fd | Daniel Borkmann | 2016-11-30 | 1 | -1/+1 |
* | netdevice: fix sparse warning for HARD_TX_LOCK | Michael S. Tsirkin | 2016-11-27 | 1 | -1/+16 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-26 | 1 | -1/+1 |
|\ |
|
| * | netdevice.h: fix kernel-doc warning | Randy Dunlap | 2016-11-23 | 1 | -1/+1 |
* | | net: Add net-device param to the get offloaded stats ndo | Or Gerlitz | 2016-11-24 | 1 | -2/+2 |
* | | netpoll: more efficient locking | Eric Dumazet | 2016-11-16 | 1 | -1/+0 |
* | | net: busy-poll: return busypolling status to drivers | Eric Dumazet | 2016-11-16 | 1 | -3/+4 |
* | | net: busy-poll: allow preemption in sk_busy_loop() | Eric Dumazet | 2016-11-16 | 1 | -0/+10 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-15 | 1 | -0/+15 |
|\ \
| |/ |
|
| * | bpf: Fix bpf_redirect to an ipip/ip6tnl dev | Martin KaFai Lau | 2016-11-12 | 1 | -0/+15 |
* | | net: napi_hash_add() is no longer exported | Eric Dumazet | 2016-11-09 | 1 | -11/+0 |
* | | net: Add support for XPS with QoS via traffic classes | Alexander Duyck | 2016-10-31 | 1 | -2/+2 |
* | | net: Add sysfs value to determine queue traffic class | Alexander Duyck | 2016-10-31 | 1 | -0/+1 |
* | | net: Move functions for configuring traffic classes out of inline headers | Alexander Duyck | 2016-10-31 | 1 | -28/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-10-30 | 1 | -1/+38 |
|\ \
| |/ |
|
| * | net: add recursion limit to GRO | Sabrina Dubroca | 2016-10-20 | 1 | -1/+38 |
| * | net: core: Correctly iterate over lower adjacency list | Ido Schimmel | 2016-10-19 | 1 | -1/+1 |
* | | net: Remove all_adj_list and its references | David Ahern | 2016-10-18 | 1 | -25/+0 |
* | | net: Introduce new api for walking upper and lower devices | David Ahern | 2016-10-18 | 1 | -0/+17 |
* | | Revert "net: Add driver helper functions to determine checksum offloadability" | stephen hemminger | 2016-10-14 | 1 | -78/+0 |
* | | net: centralize net_device min/max MTU checking | Jarod Wilson | 2016-10-13 | 1 | -0/+4 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Pablo Neira Ayuso | 2016-09-25 | 1 | -2/+19 |
|\ |
|
| * | net: Update API for VF vlan protocol 802.1ad support | Moshe Shemesh | 2016-09-24 | 1 | -2/+4 |
| * | net: cls_bpf: add hardware offload | Jakub Kicinski | 2016-09-21 | 1 | -0/+2 |
| * | netdevice: Add offload statistics ndo | Nogah Frankel | 2016-09-18 | 1 | -0/+12 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-09-12 | 1 | -0/+1 |
| |\ |
|
| | * | bonding: Fix bonding crash | Mahesh Bandewar | 2016-09-04 | 1 | -0/+1 |
* | | | netfilter: replace list_head with single linked list | Aaron Conole | 2016-09-25 | 1 | -1/+1 |
|/ / |
|
* | | rtnetlink: fdb dump: optimize by saving last interface markers | Roopa Prabhu | 2016-09-01 | 1 | -2/+2 |