summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-07-25net: remove redundant NULL check in remove_xps_queue()Zhengchao Shao
2023-07-25xfrm: Support UDP encapsulation in packet offload modeLeon Romanovsky
2023-07-24mptcp: fix rcv buffer auto-tuningPaolo Abeni
2023-07-24tcx: Fix splat in ingress_destroy upon tcx_entry_freeDaniel Borkmann
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet
2023-07-23net: add sysctl accept_ra_min_rtr_lftPatrick Rohr
2023-07-23net: dsa: remove deprecated strncpyjustinstitt@google.com
2023-07-23netlink: Add new netlink_release functionAnjali Kulkarni
2023-07-23netlink: Reverse the patch which removed filteringAnjali Kulkarni
2023-07-21net: page_pool: merge page_pool_release_page() with page_pool_return_page()Jakub Kicinski
2023-07-21net: page_pool: hide page_pool_release_page()Jakub Kicinski
2023-07-21genetlink: add explicit ordering break check for split opsJiri Pirko
2023-07-21sch_htb: Allow HTB quantum parameter in offload modeNaveen Mamindlapalli
2023-07-21net: switchdev: Add a helper to replay objects on a bridge portPetr Machata
2023-07-21net: bridge: br_switchdev: Tolerate -EOPNOTSUPP when replaying MDBPetr Machata
2023-07-20nexthop: Do not return invalid nexthop object during multipath selectionBenjamin Poirier
2023-07-20nexthop: Factor out neighbor validity checkBenjamin Poirier
2023-07-20nexthop: Factor out hash threshold fdb nexthop selectionBenjamin Poirier
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-20Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-07-20Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-07-20Merge tag 'nf-23-07-20' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
2023-07-20tcp: annotate data-races around fastopenq.max_qlenEric Dumazet
2023-07-20tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet
2023-07-20tcp: annotate data-races around tp->notsent_lowatEric Dumazet
2023-07-20tcp: annotate data-races around rskq_defer_acceptEric Dumazet
2023-07-20tcp: annotate data-races around tp->linger2Eric Dumazet
2023-07-20tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet
2023-07-20tcp: annotate data-races around tp->keepalive_probesEric Dumazet
2023-07-20tcp: annotate data-races around tp->keepalive_intvlEric Dumazet
2023-07-20tcp: annotate data-races around tp->keepalive_timeEric Dumazet
2023-07-20tcp: annotate data-races around tp->tsoffsetEric Dumazet
2023-07-20tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet
2023-07-20Bluetooth: MGMT: Use correct address for memcpy()Andy Shevchenko
2023-07-20Bluetooth: SCO: fix sco_conn related locking and validity issuesPauli Virtanen
2023-07-20Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no linkSiddh Raman Pant
2023-07-20Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()Douglas Anderson
2023-07-20Bluetooth: ISO: fix iso_conn related locking and validity issuesPauli Virtanen
2023-07-20Bluetooth: hci_event: call disconnect callback before deleting connPauli Virtanen
2023-07-20Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen
2023-07-20netfilter: nf_tables: skip bound chain on rule flushPablo Neira Ayuso
2023-07-20netfilter: nf_tables: skip bound chain in netns release pathPablo Neira Ayuso
2023-07-20tcp: add TCP_OLD_SEQUENCE drop reasonEric Dumazet
2023-07-20netfilter: nft_set_pipapo: fix improper element removalFlorian Westphal
2023-07-20netfilter: nf_tables: can't schedule in nft_chain_validateFlorian Westphal
2023-07-20netfilter: nf_tables: fix spurious set element insertion failureFlorian Westphal
2023-07-20Revert "bridge: Add extack warning when enabling STP in netns."Kuniyuki Iwashima
2023-07-20llc: Don't drop packet from non-root netns.Kuniyuki Iwashima
2023-07-20llc: Check netns in llc_estab_match() and llc_listener_match().Kuniyuki Iwashima
2023-07-20llc: Check netns in llc_dgram_match().Kuniyuki Iwashima