| Commit message (Expand) | Author | Age | Files | Lines |
* | tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter | Daniel Borkmann | 2016-04-01 | 1 | -12/+21 |
* | rtnl: fix msg size calculation in if_nlmsg_size() | Nicolas Dichtel | 2016-03-31 | 1 | -0/+1 |
* | bpf: make padding in bpf_tunnel_key explicit | Daniel Borkmann | 2016-03-30 | 1 | -1/+4 |
* | netpoll: Fix extra refcount release in netpoll_cleanup() | Bjorn Helgaas | 2016-03-25 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-03-23 | 5 | -2/+10 |
|\ |
|
| * | net/rtnetlink: add IFLA_GSO_MAX_SEGS and IFLA_GSO_MAX_SIZE attributes | Eric Dumazet | 2016-03-21 | 1 | -0/+4 |
| * | net: add description for len argument of dev_get_phys_port_name | Luis de Bethencourt | 2016-03-21 | 1 | -0/+1 |
| * | net: sched: Add description for cpu_bstats argument | Luis de Bethencourt | 2016-03-20 | 1 | -0/+2 |
| * | gen_stats.c: Add description for cpu argument | Luis de Bethencourt | 2016-03-20 | 1 | -0/+1 |
| * | tunnels: Don't apply GRO to multiple layers of encapsulation. | Jesse Gross | 2016-03-20 | 1 | -1/+1 |
| * | net: remove a dubious unlikely() clause | Eric Dumazet | 2016-03-20 | 1 | -1/+1 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2016-03-22 | 1 | -0/+36 |
|\ \
| |/
|/| |
|
| * | net/core: Add support for configuring VF GUIDs | Eli Cohen | 2016-03-21 | 1 | -0/+36 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-03-19 | 17 | -180/+2120 |
|\ \ |
|
| * | | ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use it | Daniel Borkmann | 2016-03-18 | 1 | -7/+2 |
| * | | bpf, dst: add and use dst_tclassid helper | Daniel Borkmann | 2016-03-18 | 1 | -8/+1 |
| * | | bpf: make skb->tc_classid also readable | Daniel Borkmann | 2016-03-18 | 1 | -6/+6 |
| * | | net: dst_cache_per_cpu_dst_set() can be static | Wu Fengguang | 2016-03-18 | 1 | -4/+4 |
| * | | ethtool: Set cmd field in ETHTOOL_GLINKSETTINGS response to wrong nwords | Ben Hutchings | 2016-03-16 | 1 | -1/+1 |
| * | | net: add a hardware buffer management helper API | Gregory CLEMENT | 2016-03-14 | 2 | -0/+88 |
| * | | net: adjust napi_consume_skb to handle non-NAPI callers | Jesper Dangaard Brouer | 2016-03-13 | 1 | -2/+2 |
| * | | bpf: support flow label for bpf_skb_{set, get}_tunnel_key | Daniel Borkmann | 2016-03-11 | 1 | -2/+12 |
| * | | net/flow_dissector: Make dissector_uses_key() and skb_flow_dissector_target()... | Amir Vadai | 2016-03-10 | 1 | -13/+0 |
| * | | net: Walk fragments in __skb_splice_bits | Tom Herbert | 2016-03-09 | 1 | -23/+16 |
| * | | bpf, vxlan, geneve, gre: fix usage of dst_cache on xmit | Daniel Borkmann | 2016-03-08 | 1 | -1/+1 |
| * | | bpf: support for access to tunnel options | Daniel Borkmann | 2016-03-08 | 1 | -6/+77 |
| * | | bpf: allow to propagate df in bpf_skb_set_tunnel_key | Daniel Borkmann | 2016-03-08 | 1 | -1/+5 |
| * | | bpf: make helper function protos static | Daniel Borkmann | 2016-03-08 | 1 | -9/+9 |
| * | | bpf: add flags to bpf_skb_store_bytes for clearing hash | Daniel Borkmann | 2016-03-08 | 1 | -1/+3 |
| * | | bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as well | Daniel Borkmann | 2016-03-08 | 1 | -0/+6 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-03-08 | 3 | -4/+30 |
| |\ \ |
|
| * | | | net/rtnetlink: remove dead code | Eric Engestrom | 2016-03-02 | 1 | -9/+0 |
| * | | | net: pktgen: use reset to set mac header | Zhang Shengju | 2016-03-01 | 1 | -2/+2 |
| * | | | net: remove skb_sender_cpu_clear() | WANG Cong | 2016-03-01 | 2 | -3/+0 |
| * | | | Introduce devlink infrastructure | Jiri Pirko | 2016-03-01 | 2 | -0/+739 |
| * | | | net: ethtool: remove unused __ethtool_get_settings | David Decotigny | 2016-02-25 | 1 | -31/+14 |
| * | | | net: core: use __ethtool_get_ksettings | David Decotigny | 2016-02-25 | 1 | -6/+9 |
| * | | | net: ethtool: add new ETHTOOL_xLINKSETTINGS API | David Decotigny | 2016-02-25 | 1 | -6/+447 |
| * | | | net: Facility to report route quality of connected sockets | Tom Herbert | 2016-02-25 | 1 | -0/+4 |
| * | | | flow_dissector: Use same pointer for IPv4 and IPv6 addresses | Alexander Duyck | 2016-02-24 | 1 | -6/+5 |
| * | | | flow_dissector: Correctly handle parsing FCoE | Alexander Duyck | 2016-02-24 | 1 | -2/+5 |
| * | | | flow_dissector: Fix fragment handling for header length computation | Alexander Duyck | 2016-02-24 | 1 | -3/+7 |
| * | | | flow_dissector: Check for IP fragmentation even if not using IPv4 address | Alexander Duyck | 2016-02-24 | 1 | -8/+9 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-02-23 | 5 | -6/+37 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | bpf: don't emit mov A,A on return | Daniel Borkmann | 2016-02-21 | 1 | -4/+6 |
| * | | | bpf: fix csum update in bpf_l4_csum_replace helper for udp | Daniel Borkmann | 2016-02-21 | 1 | -1/+7 |
| * | | | bpf: try harder on clones when writing into skb | Daniel Borkmann | 2016-02-21 | 1 | -9/+10 |
| * | | | bpf: remove artificial bpf_skb_{load, store}_bytes buffer limitation | Daniel Borkmann | 2016-02-21 | 1 | -13/+14 |
| * | | | bpf: add generic bpf_csum_diff helper | Daniel Borkmann | 2016-02-21 | 1 | -0/+53 |
| * | | | lwtunnel: autoload of lwt modules | Robert Shearman | 2016-02-21 | 1 | -0/+37 |