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