| Commit message (Expand) | Author | Age | Files | Lines |
* | lwtunnel: autoload of lwt modules | Robert Shearman | 2016-02-22 | 1 | -0/+37 |
* | net: use skb_postpush_rcsum instead of own implementations | Daniel Borkmann | 2016-02-20 | 1 | -3/+1 |
* | net/ethtool: support set coalesce per queue | Kan Liang | 2016-02-20 | 1 | -0/+61 |
* | net/ethtool: support get coalesce per queue | Kan Liang | 2016-02-20 | 1 | -1/+34 |
* | net/ethtool: introduce a new ioctl for per queue setting | Kan Liang | 2016-02-20 | 1 | -2/+25 |
* | net-sysfs: remove unused fmt_long_hex | Colin Ian King | 2016-02-18 | 1 | -1/+0 |
* | core: remove unneded headers for net cgroup controllers. | Rosen, Rami | 2016-02-17 | 2 | -2/+0 |
* | net: add tc offload feature flag | John Fastabend | 2016-02-17 | 1 | -0/+1 |
* | net: add dst_cache to ovs vxlan lwtunnel | Paolo Abeni | 2016-02-17 | 1 | -1/+9 |
* | net: add dst_cache support | Paolo Abeni | 2016-02-17 | 2 | -0/+169 |
* | ethtool: ensure channel counts are within bounds during SCHANNELS | Keller, Jacob E | 2016-02-16 | 1 | -2/+11 |
* | ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH} | Keller, Jacob E | 2016-02-16 | 1 | -0/+55 |
* | net: bulk free SKBs that were delay free'ed due to IRQ context | Jesper Dangaard Brouer | 2016-02-11 | 2 | -3/+13 |
* | net: bulk free infrastructure for NAPI context, use napi_consume_skb | Jesper Dangaard Brouer | 2016-02-11 | 2 | -6/+78 |
* | net: Allow tunnels to use inner checksum offloads with outer checksums needed | Alexander Duyck | 2016-02-11 | 1 | -2/+1 |
* | net: Move skb_has_shared_frag check out of GRE code and into segmentation | Alexander Duyck | 2016-02-11 | 1 | -0/+5 |
* | net: Update remote checksum segmentation to support use of GSO checksum | Alexander Duyck | 2016-02-11 | 1 | -4/+6 |
* | net: Move GSO csum into SKB_GSO_CB | Alexander Duyck | 2016-02-11 | 1 | -7/+9 |
* | net: Add support for filtering link dump by master device and kind | David Ahern | 2016-02-11 | 1 | -1/+67 |
* | soreuseport: Prep for fast reuseport TCP socket selection | Craig Gallek | 2016-02-11 | 2 | -1/+2 |
* | ethtool: Declare netdev_rss_key as __read_mostly. | Kim Jones | 2016-02-06 | 1 | -1/+1 |
* | net: add rx_nohandler stat counter | Jarod Wilson | 2016-02-06 | 3 | -1/+9 |
* | net/core: relax BUILD_BUG_ON in netdev_stats_to_stats64 | Jarod Wilson | 2016-02-06 | 1 | -6/+13 |
* | gro: Make GRO aware of lightweight tunnels. | Jesse Gross | 2016-01-21 | 1 | -2/+5 |
* | soreuseport: fix NULL ptr dereference SO_REUSEPORT after bind | Craig Gallek | 2016-01-19 | 1 | -1/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-01-15 | 1 | -0/+5 |
|\ |
|
| * | net: preserve IP control block during GSO segmentation | Konstantin Khlebnikov | 2016-01-15 | 1 | -0/+5 |
* | | mm: memcontrol: generalize the socket accounting jump label | Johannes Weiner | 2016-01-15 | 1 | -5/+0 |
* | | net: tcp_memcontrol: simplify linkage between socket and page counter | Johannes Weiner | 2016-01-15 | 1 | -45/+7 |
* | | net: tcp_memcontrol: sanitize tcp memory accounting callbacks | Johannes Weiner | 2016-01-15 | 1 | -10/+16 |
* | | net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label | Johannes Weiner | 2016-01-15 | 1 | -7/+2 |
|/ |
|
* | net: bpf: reject invalid shifts | Rabin Vincent | 2016-01-12 | 1 | -0/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-01-12 | 1 | -1/+3 |
|\ |
|
| * | net: pktgen: fix null ptr deref in skb allocation | John Fastabend | 2016-01-11 | 1 | -1/+3 |
* | | bpf: support ipv6 for bpf_skb_{set,get}_tunnel_key | Daniel Borkmann | 2016-01-11 | 1 | -7/+62 |
* | | bpf: export helper function flags and reject invalid ones | Daniel Borkmann | 2016-01-11 | 1 | -14/+23 |
* | | net/rtnetlink: remove unused sz_idx variable | Alexander Kuleshov | 2016-01-11 | 1 | -2/+1 |
* | | net, sched: add clsact qdisc | Daniel Borkmann | 2016-01-11 | 1 | -8/+74 |
* | | bpf: add skb_postpush_rcsum and fix dev_forward_skb occasions | Daniel Borkmann | 2016-01-10 | 1 | -4/+13 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-01-07 | 1 | -1/+2 |
|\| |
|
| * | net: possible use after free in dst_release | Francesco Ruggeri | 2016-01-06 | 1 | -1/+2 |
* | | soreuseport: change consume_skb to kfree_skb in error case | Craig Gallek | 2016-01-06 | 1 | -1/+1 |
* | | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF | Craig Gallek | 2016-01-05 | 3 | -27/+211 |
* | | soreuseport: define reuseport groups | Craig Gallek | 2016-01-05 | 2 | -1/+174 |
* | | ethtool: Add phy statistics | Andrew Lunn | 2015-12-31 | 1 | -1/+80 |
* | | net-sysfs: use to_net_dev in net_namespace() | Geliang Tang | 2015-12-22 | 1 | -2/+2 |
* | | bpf: fix misleading comment in bpf_convert_filter | Daniel Borkmann | 2015-12-18 | 1 | -6/+0 |
* | | bpf: move clearing of A/X into classic to eBPF migration prologue | Daniel Borkmann | 2015-12-18 | 1 | -3/+16 |
* | | bpf: add bpf_skb_load_bytes helper | Daniel Borkmann | 2015-12-18 | 1 | -1/+34 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-12-18 | 4 | -12/+15 |
|\| |
|