- 6d04fe1 net: optimize the sockptr_t for unified kernel/user address spaces by Christoph Hellwig · 4 years, 5 months ago
- a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
- d4c19c4 net/tcp: switch ->md5_parse to sockptr_t by Christoph Hellwig · 4 years, 5 months ago
- 91ac1cc net/udp: switch udp_lib_setsockopt to sockptr_t by Christoph Hellwig · 4 years, 5 months ago
- 8629828 net/ipv6: switch ipv6_flowlabel_opt to sockptr_t by Christoph Hellwig · 4 years, 5 months ago
- b43c615 net/ipv6: switch ip6_mroute_setsockopt to sockptr_t by Christoph Hellwig · 4 years, 5 months ago
- de40a3e net/ipv4: merge ip_options_get and ip_options_get_from_user by Christoph Hellwig · 4 years, 5 months ago
- 01ccb5b net/ipv4: switch ip_mroute_setsockopt to sockptr_t by Christoph Hellwig · 4 years, 5 months ago
- b03afaa bpfilter: switch bpfilter_ip_set_sockopt to sockptr_t by Christoph Hellwig · 4 years, 5 months ago
- c2f1263 netfilter: switch nf_setsockopt to sockptr_t by Christoph Hellwig · 4 years, 5 months ago
- ab214d1 netfilter: switch xt_copy_counters to sockptr_t by Christoph Hellwig · 4 years, 5 months ago
- c6d1b26 net/xfrm: switch xfrm_user_policy to sockptr_t by Christoph Hellwig · 4 years, 5 months ago
- c8c1bbb net: switch sock_set_timeout to sockptr_t by Christoph Hellwig · 4 years, 5 months ago
- b1ea9ff net: switch copy_bpf_fprog_from_user to sockptr_t by Christoph Hellwig · 4 years, 5 months ago
- ba423fd net: add a new sockptr_t type by Christoph Hellwig · 4 years, 5 months ago
- 5923b8f net/sched: cls_flower: Add hash info to flow classification by Ariel Levkovich · 4 years, 5 months ago
- 0cb09af net/flow_dissector: add packet hash dissection by Ariel Levkovich · 4 years, 5 months ago
- 5df5661 net: dsa: stop overriding master's ndo_get_phys_port_name by Vladimir Oltean · 4 years, 5 months ago
- be0cec6 qed: introduce qed_chain_get_elem_used{,u32}() by Alexander Lobakin · 4 years, 5 months ago
- f2aefd2 qed: optimize common chain accessors by Alexander Lobakin · 4 years, 5 months ago
- 1550658 qed: add support for different page sizes for chains by Alexander Lobakin · 4 years, 5 months ago
- b6db3f7 qed: simplify chain allocation with init params struct by Alexander Lobakin · 4 years, 5 months ago
- 5e776d8 qed: move chain initialization inlines next to allocation functions by Alexander Lobakin · 4 years, 5 months ago
- 9b6ee3c qed: sanitize PBL chains allocation by Alexander Lobakin · 4 years, 5 months ago
- 2cf2f4f qed: reformat "qed_chain.h" a bit by Alexander Lobakin · 4 years, 5 months ago
- dee72f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 5 months ago
- 4787dd5 bareudp: Reverted support to enable & disable rx metadata collection by Martin Varghese · 4 years, 6 months ago
- 336ce1c devlink: Add comment for devlink instance lock by Parav Pandit · 4 years, 5 months ago
- 93eaceb net: phylink: add interface to configure clause 22 PCS PHY by Russell King · 4 years, 6 months ago
- 7137e18 net: phylink: add struct phylink_pcs by Russell King · 4 years, 6 months ago
- b7ad14c net: phylink: re-implement interface configuration with PCS by Russell King · 4 years, 6 months ago
- 1571e70 net: phylink: in-band pause mode advertisement update for PCS by Russell King · 4 years, 6 months ago
- 951cf36 bpf: net: Use precomputed btf_id for bpf iterators by Yonghong Song · 4 years, 6 months ago
- fce557b bpf: Make btf_sock_ids global by Yonghong Song · 4 years, 6 months ago
- 0f12e58 bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.h by Yonghong Song · 4 years, 6 months ago
- bc4f054 bpf: Compute bpf_skc_to_*() helper socket btf ids at build time by Yonghong Song · 4 years, 6 months ago
- 99785a8 qed: add support for the extended speed and FEC modes by Alexander Lobakin · 4 years, 6 months ago
- 98e675e qed: add missing loopback modes by Alexander Lobakin · 4 years, 6 months ago
- ae7e693 qed: add support for Forward Error Correction by Alexander Lobakin · 4 years, 6 months ago
- 37237b5 qed: reformat several structures a bit by Alexander Lobakin · 4 years, 6 months ago
- bdb5d8e qed, qede, qedf: convert link mode from u32 to ETHTOOL_LINK_MODE by Alexander Lobakin · 4 years, 6 months ago
- e812916d linkmode: introduce linkmode_intersects() by Alexander Lobakin · 4 years, 6 months ago
- f1bfd71 arch, net: remove the last csum_partial_copy() leftovers by Christoph Hellwig · 4 years, 6 months ago
- a8b7b2d sched: sch_api: add missing rcu read lock to silence the warning by Jiri Pirko · 4 years, 6 months ago
- 9c0c701 net: dsa: Setup dsa_netdev_ops by Florian Fainelli · 4 years, 6 months ago
- 4cfab35 net: dsa: Add wrappers for overloaded ndo_ops by Florian Fainelli · 4 years, 6 months ago
- b6bd413 ptp: introduce a phase offset in the periodic output request by Vladimir Oltean · 4 years, 6 months ago
- f65b71a ptp: add ability to configure duty cycle for periodic output by Vladimir Oltean · 4 years, 6 months ago
- eba75c5 icmp: support rfc 4884 by Willem de Bruijn · 4 years, 6 months ago
- 2f0bc54 xdp: introduce xdp_get_shared_info_from_{buff, frame} utility routines by Lorenzo Bianconi · 4 years, 6 months ago
- a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 6 months ago
- 3021ad5 net/ipv6: remove compat_ipv6_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
- b6238c0 net/ipv4: remove compat_ip_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
- c34bc10 netfilter: remove the compat argument to xt_copy_counters_from_user by Christoph Hellwig · 4 years, 6 months ago
- 77d4df4 netfilter: remove the compat_{get,set} methods by Christoph Hellwig · 4 years, 6 months ago
- 55db9c0 net: remove compat_sys_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
- 8c918ff net: remove compat_sock_common_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
- 4d295e5 net: simplify cBPF setsockopt compat handling by Christoph Hellwig · 4 years, 6 months ago
- a06d30a net/atm: remove the atmdev_ops {get, set}sockopt methods by Christoph Hellwig · 4 years, 6 months ago
- c4471ad net: phy: add USXGMII link partner ability constants by Michael Walle · 4 years, 6 months ago
- 1122702 inet6: Run SK_LOOKUP BPF program on socket lookup by Jakub Sitnicki · 4 years, 6 months ago
- 1559b4a inet: Run SK_LOOKUP BPF program on socket lookup by Jakub Sitnicki · 4 years, 6 months ago
- e9ddbb7 bpf: Introduce SK_LOOKUP program type with a dedicated attach point by Jakub Sitnicki · 4 years, 6 months ago
- ce3aa9c bpf, netns: Handle multiple link attachments by Jakub Sitnicki · 4 years, 6 months ago
- d44a919 Merge tag 'mlx5-updates-2020-07-16' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 4 years, 6 months ago
- e3a5a1e tcp: add SNMP counter for no. of duplicate segments reported by DSACK by Priyaranjan Jha · 4 years, 6 months ago
- 1ea2b74 net: usbnet: export usbnet_set_rx_mode() by Bjørn Mork · 4 years, 6 months ago
- e506add net: cdc_ether: export usbnet_cdc_update_filter by Miguel Rodríguez Pérez · 4 years, 6 months ago
- ac5c66f Revert "net: sched: Pass root lock to Qdisc_ops.enqueue" by Petr Machata · 4 years, 6 months ago
- 55f656c net: sched: Do not drop root lock in tcf_qevent_handle() by Petr Machata · 4 years, 6 months ago
- 78fb612 net/mlx5: Add IPsec related Flow steering entry's fields by Huy Nguyen · 4 years, 9 months ago
- 9a6ad1a net/mlx5: Accel, Add core IPsec support for the Connect-X family by Raed Salem · 5 years ago
- bfdfa51 bpf: Drop duplicated words in uapi helper comments by Randy Dunlap · 4 years, 6 months ago
- 28b1520 bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entries by Lorenzo Bianconi · 4 years, 6 months ago
- 9216477 bpf: cpumap: Add the possibility to attach an eBPF program to cpumap by Lorenzo Bianconi · 4 years, 6 months ago
- 644bfe5 cpumap: Formalize map value as a named struct by Lorenzo Bianconi · 4 years, 6 months ago
- daa5cdc net: Refactor xdp_convert_buff_to_frame by David Ahern · 4 years, 6 months ago
- 59632b2 net: ipv6: drop duplicate word in comment by Randy Dunlap · 4 years, 6 months ago
- d86f986 net: sctp: drop duplicate words in comments by Randy Dunlap · 4 years, 6 months ago
- 4b48b0a net: ip6_fib.h: drop duplicate word in comment by Randy Dunlap · 4 years, 6 months ago
- ab88d64 net: dsa.h: drop duplicate word in comment by Randy Dunlap · 4 years, 6 months ago
- c201324 net: caif: drop duplicate words in comments by Randy Dunlap · 4 years, 6 months ago
- cee50c2 net: 9p: drop duplicate word in comment by Randy Dunlap · 4 years, 6 months ago
- 158e896 net: wimax: fix duplicate words in comments by Randy Dunlap · 4 years, 6 months ago
- 2ff1711 net: skbuff.h: drop duplicate words in comments by Randy Dunlap · 4 years, 6 months ago
- 0d80b76 net: qed: drop duplicate words in comments by Randy Dunlap · 4 years, 6 months ago
- 8635764 netpoll: Remove unused inline function netpoll_netdev_init() by YueHaibing · 4 years, 6 months ago
- 0d40efa mptcp: Remove unused inline function mptcp_rcv_synsent() by YueHaibing · 4 years, 6 months ago
- 054848d net: flow: Remove unused inline function by YueHaibing · 4 years, 6 months ago
- 17c7b8b cipso: Remove unused inline functions by YueHaibing · 4 years, 6 months ago
- df8201c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
- ffb3adb net: bridge: Add port attribute IFLA_BRPORT_MRP_IN_OPEN by Horatiu Vultur · 4 years, 6 months ago
- 559139c bridge: uapi: mrp: Extend MRP_INFO attributes for interconnect status by Horatiu Vultur · 4 years, 6 months ago
- 43364ef bridge: mrp: Extend bridge interface by Horatiu Vultur · 4 years, 6 months ago
- 2801758 bridge: uapi: mrp: Extend MRP attributes for MRP interconnect by Horatiu Vultur · 4 years, 6 months ago
- cf7c527 switchdev: mrp: Extend switchdev API for MRP Interconnect by Horatiu Vultur · 4 years, 6 months ago
- ec2ffdf Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace into bpf-next by Alexei Starovoitov · 4 years, 6 months ago
- 11bb2f7 bpf: Fix cross build for CONFIG_DEBUG_INFO_BTF option by Jiri Olsa · 4 years, 6 months ago
- 079ef53 bpf: Fix build for disabled CONFIG_DEBUG_INFO_BTF option by Jiri Olsa · 4 years, 6 months ago
- 07dd1b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago