| Commit message (Expand) | Author | Age | Files | Lines |
* | net: remove type_check from dev_get_nest_level() | Sabrina Dubroca | 2016-08-14 | 1 | -7/+3 |
* | bpf: fix write helpers with regards to non-linear parts | Daniel Borkmann | 2016-08-14 | 1 | -52/+18 |
* | bpf: fix bpf_skb_in_cgroup helper naming | Daniel Borkmann | 2016-08-13 | 1 | -5/+5 |
* | bpf: fix checksum for vlan push/pop helper | Daniel Borkmann | 2016-08-08 | 1 | -0/+12 |
* | bpf: fix checksum fixups on bpf_skb_store_bytes | Daniel Borkmann | 2016-08-08 | 1 | -2/+2 |
* | bpf: also call skb_postpush_rcsum on xmit occasions | Daniel Borkmann | 2016-08-08 | 1 | -3/+10 |
* | Merge branch 'salted-string-hash' | Linus Torvalds | 2016-07-28 | 1 | -1/+1 |
|\ |
|
| * | vfs: make the string hashes salt the hash | Linus Torvalds | 2016-06-11 | 1 | -1/+1 |
* | | net: neigh: disallow transition to NUD_STALE if lladdr is unchanged in neigh_... | He Chunhui | 2016-07-26 | 1 | -6/+1 |
* | | bpf, events: fix offset in skb copy handler | Daniel Borkmann | 2016-07-25 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-07-24 | 2 | -8/+13 |
|\ \ |
|
| * | | dccp: limit sk_filter trim to payload | Willem de Bruijn | 2016-07-13 | 1 | -3/+4 |
| * | | rose: limit sk_filter trim to payload | Willem de Bruijn | 2016-07-13 | 1 | -5/+5 |
| * | | sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_send | Soheil Hassas Yeganeh | 2016-07-11 | 1 | -0/+4 |
* | | | rtnl: protect do_setlink from IFLA_XDP_ATTACHED | Brenden Blanco | 2016-07-21 | 1 | -0/+4 |
* | | | rtnl: add option for setting link xdp prog | Brenden Blanco | 2016-07-20 | 1 | -0/+64 |
* | | | net: add ndo to setup/query xdp prog in adapter rx | Brenden Blanco | 2016-07-20 | 1 | -0/+33 |
* | | | bpf: add XDP prog type for early driver filter | Brenden Blanco | 2016-07-20 | 1 | -0/+79 |
* | | | bpf: avoid stack copy and use skb ctx for event output | Daniel Borkmann | 2016-07-15 | 1 | -1/+42 |
* | | | devlink: add hardware messages tracing facility | Jiri Pirko | 2016-07-12 | 1 | -0/+4 |
* | | | net: tracepoint napi:napi_poll add work and budget | Jesper Dangaard Brouer | 2016-07-10 | 3 | -4/+5 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-07-06 | 2 | -18/+43 |
|\| | |
|
| * | | net_sched: fix mirrored packets checksum | WANG Cong | 2016-07-01 | 1 | -18/+0 |
| * | | packet: Use symmetric hash for PACKET_FANOUT_HASH. | David S. Miller | 2016-07-01 | 1 | -0/+43 |
* | | | neigh: Send a notification when DELAY_PROBE_TIME changes | Ido Schimmel | 2016-07-05 | 1 | -0/+2 |
* | | | net: introduce default neigh_construct/destroy ndo calls for L2 upper devices | Jiri Pirko | 2016-07-05 | 1 | -0/+44 |
* | | | net: add dev arg to ndo_neigh_construct/destroy | Jiri Pirko | 2016-07-05 | 1 | -2/+2 |
* | | | mlxsw: spectrum: Add couple of lower device helper functions | Jiri Pirko | 2016-07-05 | 1 | -0/+46 |
* | | | bpf: add bpf_get_hash_recalc helper | Daniel Borkmann | 2016-07-05 | 1 | -0/+19 |
* | | | net: pktgen: support injecting packets for qdisc testing | John Fastabend | 2016-07-05 | 1 | -2/+40 |
* | | | net/devlink: Add E-Switch mode control | Or Gerlitz | 2016-07-02 | 1 | -0/+87 |
* | | | cgroup: bpf: Add bpf_skb_in_cgroup_proto | Martin KaFai Lau | 2016-07-01 | 1 | -0/+38 |
* | | | bpf: refactor bpf_prog_get and type check into helper | Daniel Borkmann | 2016-07-01 | 1 | -12/+1 |
* | | | net: introduce NETDEV_CHANGE_TX_QUEUE_LEN | Jason Wang | 2016-07-01 | 2 | -5/+26 |
* | | | fib_rules: Added NLM_F_EXCL support to fib_nl_newrule | Mateusz Bajorski | 2016-06-30 | 1 | -0/+49 |
* | | | net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attribute | Nikolay Aleksandrov | 2016-06-30 | 1 | -2/+48 |
* | | | bpf: add bpf_skb_change_type helper | Daniel Borkmann | 2016-06-30 | 1 | -0/+24 |
* | | | bpf: add bpf_skb_change_proto helper | Daniel Borkmann | 2016-06-30 | 1 | -0/+200 |
* | | | bpf: don't use raw processor id in generic helper | Daniel Borkmann | 2016-06-30 | 1 | -1/+9 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-06-30 | 2 | -3/+19 |
|\| | |
|
| * | | neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit() | David Barroso | 2016-06-29 | 1 | -1/+5 |
| * | | bpf: fix matching of data/data_end in verifier | Alexei Starovoitov | 2016-06-16 | 1 | -2/+14 |
* | | | net: the space is required before the open parenthesis '(' | Wei Tang | 2016-06-29 | 1 | -4/+4 |
* | | | net_sched: drop packets after root qdisc lock is released | Eric Dumazet | 2016-06-25 | 1 | -2/+5 |
* | | | net: the space is required after ',' | Wei Tang | 2016-06-17 | 1 | -6/+6 |
* | | | net: do not initialise statics to 0 | Wei Tang | 2016-06-17 | 1 | -1/+1 |
* | | | net_sched: add the ability to defer skb freeing | Eric Dumazet | 2016-06-15 | 1 | -0/+22 |
* | | | sched: remove NET_XMIT_POLICED | Florian Westphal | 2016-06-13 | 1 | -1/+0 |
* | | | bpf: reject wrong sized filters earlier | Daniel Borkmann | 2016-06-11 | 1 | -8/+15 |
* | | | bpf: enforce recursion limit on redirects | Daniel Borkmann | 2016-06-11 | 2 | -25/+36 |