summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: Disable bh in bpf_test_run for xdp and tc progMartin KaFai Lau2023-02-171-0/+2
* xsk: check IFF_UP earlier in Tx pathMaciej Fijalkowski2023-02-171-26/+33
* bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin2023-02-151-6/+23
* Daniel Borkmann says:Jakub Kicinski2023-02-1016-84/+370
|\
| * bpf: devmap: check XDP features in __xdp_enqueue routineLorenzo Bianconi2023-02-021-8/+5
| * xsk: add usage of XDP features flagsMarek Majtyka2023-02-021-2/+5
| * drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-0/+18
| * netdev-genl: create a simple family for netdev stuffJakub Kicinski2023-02-025-1/+253
| * selftests/bpf: Add testcase for static kfunc with unused argDavid Vernet2023-02-021-0/+6
| * bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet2023-02-029-71/+72
| * selftests/bpf: Add a sign-extension test for kfuncsIlya Leoshkevich2023-01-281-0/+9
| * bpf: Use ARG_CONST_SIZE_OR_ZERO for 3rd argument of bpf_tcp_raw_gen_syncookie...Ilya Leoshkevich2023-01-281-2/+2
* | net: extract nf_ct_handle_fragments to nf_conntrack_ovsXin Long2023-02-103-88/+51
* | net: sched: move frag check and tc_skb_cb update out of handle_fragmentsXin Long2023-02-101-32/+39
* | openvswitch: move key and ovs_cb update out of handle_fragmentsXin Long2023-02-101-12/+25
* | net: extract nf_ct_skb_network_trim function to nf_conntrack_ovsXin Long2023-02-103-58/+31
* | net: create nf_conntrack_ovs for ovs and tc useXin Long2023-02-106-98/+110
* | net: skbuff: drop the word head from skb cacheJakub Kicinski2023-02-103-20/+18
* | Merge tag 'rxrpc-next-20230208' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2023-02-105-9/+15
|\ \
| * | rxrpc: Reduce unnecessary ack transmissionDavid Howells2023-02-071-1/+1
| * | rxrpc: Trace ack.rwindDavid Howells2023-02-072-4/+8
| * | rxrpc: Fix overwaking on call pokingDavid Howells2023-02-071-2/+4
| * | rxrpc: Use consume_skb() rather than kfree_skb_reason()David Howells2023-02-071-2/+2
* | | openvswitch: Use string_is_terminated() helperAndy Shevchenko2023-02-091-2/+3
* | | genetlink: Use string_is_terminated() helperAndy Shevchenko2023-02-091-2/+2
* | | string_helpers: Move string_is_valid() to the headerAndy Shevchenko2023-02-091-10/+6
* | | net: introduce default_rps_mask netns attributePaolo Abeni2023-02-092-1/+43
* | | net-sysctl: factor-out rpm mask manipulation helpersPaolo Abeni2023-02-092-30/+44
* | | net-sysctl: factor out cpumask parsing helperPaolo Abeni2023-02-091-18/+28
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-0919-42/+176
|\ \ \
| * | | rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello2023-02-091-3/+3
| * | | Merge tag 'ipsec-2023-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-02-085-20/+73
| |\ \ \
| | * | | xfrm: fix bug with DSCP copy to v6 from v4 tunnelChristian Hopps2023-01-301-2/+1
| | * | | xfrm: annotate data-race around use_timeEric Dumazet2023-01-272-9/+12
| | * | | xfrm: consistently use time64_t in xfrm_timer_handler()Eric Dumazet2023-01-271-4/+4
| | * | | xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()Eric Dumazet2023-01-231-0/+2
| | * | | xfrm: compat: change expression for switch in xfrm_xlate64Anastasia Belova2023-01-121-1/+1
| | * | | Fix XFRM-I support for nested ESP tunnelsBenedict Wong2023-01-092-4/+53
| * | | | mptcp: be careful on subflow status propagation on errorsPaolo Abeni2023-02-081-1/+9
| * | | | mptcp: fix locking for in-kernel listener creationPaolo Abeni2023-02-082-5/+7
| * | | | mptcp: fix locking for setsockopt corner-casePaolo Abeni2023-02-081-2/+9
| * | | | mptcp: do not wait for bare sockets' timeoutPaolo Abeni2023-02-081-0/+9
| * | | | txhash: fix sk->sk_txrehash defaultKevin Yang2023-02-084-4/+4
| * | | | net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter2023-02-071-1/+1
| * | | | Merge tag 'linux-can-fixes-for-6.2-20230207' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-02-071-0/+40
| |\ \ \ \
| | * | | | can: j1939: do not wait 250 ms if the same addr was already claimedDevid Antonio Filoni2023-02-071-0/+40
| * | | | | devlink: change port event netdev notifier from per-net to globalJiri Pirko2023-02-071-3/+6
| |/ / / /
| * | | | neigh: make sure used and confirmed times are validJulian Anastasov2023-02-061-3/+15
* | | | | net: enable usercopy for skb_small_head_cacheEric Dumazet2023-02-091-1/+7
* | | | | can: raw: use temp variable instead of rolling back configOliver Hartkopp2023-02-081-5/+6