Age | Commit message (Expand) | Author |
2018-08-13 | bpf: Introduce bpf_skb_ancestor_cgroup_id helper | Andrey Ignatov |
2018-08-13 | bpf: decouple btf from seq bpf fs dump and enable more maps | Daniel Borkmann |
2018-08-11 | bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection | Martin KaFai Lau |
2018-08-11 | bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT | Martin KaFai Lau |
2018-08-11 | bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY | Martin KaFai Lau |
2018-08-11 | net: Add ID (if needed) to sock_reuseport and expose reuseport_lock | Martin KaFai Lau |
2018-08-11 | tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket | Martin KaFai Lau |
2018-08-10 | xdp: Helpers for disabling napi_direct of xdp_return_frame | Toshiaki Makita |
2018-08-10 | bpf: Make redirect_info accessible from modules | Toshiaki Makita |
2018-08-10 | xdp: Helper function to clear kernel pointers in xdp_frame | Toshiaki Makita |
2018-08-10 | net: Export skb_headers_offset_update | Toshiaki Makita |
2018-08-09 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-08-09 | net: stmmac: Add XGMAC 2.10 HWIF entry | Jose Abreu |
2018-08-09 | phylink: add helper for configuring 2500BaseX modes | Russell King |
2018-08-08 | net/mlx5: Remove unused mlx5_query_vport_admin_state | Eli Cohen |
2018-08-08 | net/mlx5: Rename modify/query_vport state related enums | Eran Ben Elisha |
2018-08-08 | net/mlx5: Use max_num_eqs for calculation of required MSIX vectors | Denis Drozdov |
2018-08-07 | llc: use refcount_inc_not_zero() for llc_sap_find() | Cong Wang |
2018-08-07 | net: phy: Add support for Broadcom Omega internal Combo GPHY | Arun Parameswaran |
2018-08-07 | vsock: split dwork to avoid reinitializations | Cong Wang |
2018-08-07 | net/sched: allow flower to match tunnel options | Pieter Jansen van Vuuren |
2018-08-07 | flow_dissector: allow dissection of tunnel options from metadata | Simon Horman |
2018-08-07 | ethtool: Add WAKE_FILTER and RX_CLS_FLOW_WAKE | Florian Fainelli |
2018-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-08-06 | Merge branch 'ieee802154-for-davem-2018-08-06' of git://git.kernel.org/pub/sc... | David S. Miller |
2018-08-06 | vhost: switch to use new message format | Jason Wang |
2018-08-06 | Merge remote-tracking branch 'net-next/master' | Stefan Schmidt |
2018-08-05 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2018-08-05 | ip: use rb trees for IP frag queue. | Peter Oskolkov |
2018-08-05 | net: modify skb_rbtree_purge to return the truesize of all purged skbs. | Peter Oskolkov |
2018-08-05 | ip: discard IPv4 datagrams with overlapping segments. | Peter Oskolkov |
2018-08-05 | ptp_qoriq: support automatic configuration for ptp timer | Yangbo Lu |
2018-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2018-08-05 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-08-04 | ethtool: Remove trailing semicolon for static inline | Florian Fainelli |
2018-08-04 | include/net/bond_3ad: Simplify the code by using the ARRAY_SIZE | zhong jiang |
2018-08-03 | rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to caller | David Howells |
2018-08-03 | netfilter: bridge: Expose nf_tables bridge hook priorities through uapi | Máté Eckl |
2018-08-03 | netfilter: nf_tables: match on tunnel metadata | Pablo Neira Ayuso |
2018-08-03 | netfilter: nf_tables: add tunnel support | Pablo Neira Ayuso |
2018-08-03 | l2tp: ignore L2TP_ATTR_MTU | Guillaume Nault |
2018-08-03 | netfilter: nfnetlink_osf: rename nf_osf header file to nfnetlink_osf | Fernando Fernandez Mancera |
2018-08-03 | netfilter: nf_osf: move nf_osf_fingers to non-uapi header file | Fernando Fernandez Mancera |
2018-08-03 | netfilter: use kvmalloc_array to allocate memory for hashtable | Li RongQing |
2018-08-03 | bpf: introduce the bpf_get_local_storage() helper function | Roman Gushchin |
2018-08-03 | bpf/verifier: introduce BPF_PTR_TO_MAP_VALUE | Roman Gushchin |
2018-08-03 | bpf: extend bpf_prog_array to store pointers to the cgroup storage | Roman Gushchin |
2018-08-03 | bpf: allocate cgroup storage entries on attaching bpf programs | Roman Gushchin |
2018-08-03 | bpf: pass a pointer to a cgroup storage using pcpu variable | Roman Gushchin |
2018-08-03 | bpf: introduce cgroup storage maps | Roman Gushchin |