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