aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-07-25af_packet: Fix warning of fortified memcpy() in packet_getname().Kuniyuki Iwashima1-1/+1
2023-07-25af_unix: Fix fortify_panic() in unix_bind_bsd().Kuniyuki Iwashima1-4/+2
2023-07-25net: remove redundant NULL check in remove_xps_queue()Zhengchao Shao1-2/+1
2023-07-25bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer3-6/+12
2023-07-25net: remove duplicate sk_lookup helpersLorenz Bauer4-84/+39
2023-07-25net: document inet[6]_lookup_reuseport sk_state requirementsLorenz Bauer2-0/+30
2023-07-25net: remove duplicate reuseport_lookup functionsLorenz Bauer4-57/+52
2023-07-25net: export inet_lookup_reuseport and inet6_lookup_reuseportLorenz Bauer2-16/+18
2023-07-25bpf: reject unhashed sockets in bpf_sk_assignLorenz Bauer1-0/+2
2023-07-25udp: re-score reuseport groups when connected sockets are presentLorenz Bauer2-10/+29
2023-07-25xfrm: Support UDP encapsulation in packet offload modeLeon Romanovsky1-6/+7
2023-07-24Merge tag 'linux-can-fixes-for-6.5-20230724' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-2/+3
2023-07-24mptcp: fix rcv buffer auto-tuningPaolo Abeni3-10/+15
2023-07-24ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski1-4/+10
2023-07-24tcx: Fix splat in ingress_destroy upon tcx_entry_freeDaniel Borkmann1-1/+1
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet11-9/+11
2023-07-24sunrpc: convert to ctime accessor functionsJeff Layton1-1/+1
2023-07-23net: add sysctl accept_ra_min_rtr_lftPatrick Rohr2-2/+26
2023-07-23net: dsa: remove deprecated strncpy[email protected]1-4/+5
2023-07-23netlink: Add new netlink_release functionAnjali Kulkarni2-0/+10
2023-07-23netlink: Reverse the patch which removed filteringAnjali Kulkarni1-2/+25
2023-07-21net: page_pool: merge page_pool_release_page() with page_pool_return_page()Jakub Kicinski1-10/+2
2023-07-21net: page_pool: hide page_pool_release_page()Jakub Kicinski1-2/+1
2023-07-21genetlink: add explicit ordering break check for split opsJiri Pirko1-1/+5
2023-07-21sch_htb: Allow HTB quantum parameter in offload modeNaveen Mamindlapalli1-4/+3
2023-07-21net: switchdev: Add a helper to replay objects on a bridge portPetr Machata4-0/+58
2023-07-21net: bridge: br_switchdev: Tolerate -EOPNOTSUPP when replaying MDBPetr Machata1-1/+5
2023-07-20nexthop: Do not return invalid nexthop object during multipath selectionBenjamin Poirier1-6/+8
2023-07-20nexthop: Factor out neighbor validity checkBenjamin Poirier1-13/+16
2023-07-20nexthop: Factor out hash threshold fdb nexthop selectionBenjamin Poirier1-2/+20
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski35-380/+546
2023-07-20Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds34-365/+520
2023-07-20Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski7-81/+211
2023-07-20Merge tag 'nf-23-07-20' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2-3/+15
2023-07-20tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2-3/+5
2023-07-20tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet1-3/+3
2023-07-20tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-2/+2
2023-07-20tcp: annotate data-races around rskq_defer_acceptEric Dumazet1-5/+6
2023-07-20tcp: annotate data-races around tp->linger2Eric Dumazet1-4/+4
2023-07-20tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet2-4/+4
2023-07-20tcp: annotate data-races around tp->keepalive_probesEric Dumazet1-2/+3
2023-07-20tcp: annotate data-races around tp->keepalive_intvlEric Dumazet1-2/+2
2023-07-20tcp: annotate data-races around tp->keepalive_timeEric Dumazet1-1/+2
2023-07-20tcp: annotate data-races around tp->tsoffsetEric Dumazet2-4/+5
2023-07-20tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet1-2/+2
2023-07-209p: remove dead stores (variable set again without being read)Dominique Martinet1-34/+12
2023-07-209p: virtio: skip incrementing unused variableDominique Martinet1-2/+2
2023-07-209p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet1-1/+1
2023-07-209p: virtio: fix unlikely null pointer deref in handle_rerrorDominique Martinet1-1/+1
2023-07-20Bluetooth: MGMT: Use correct address for memcpy()Andy Shevchenko1-1/+1