summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge tag 'nf-23-07-26' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2023-07-263-17/+35
| |\ \ \
| | * | | netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHA...Pablo Neira Ayuso2023-07-261-2/+3
| | * | | netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERRORPablo Neira Ayuso2023-07-261-9/+18
| | * | | netfilter: nft_set_rbtree: fix overlap expiration walkFlorian Westphal2023-07-261-6/+14
| * | | | net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Lin Ma2023-07-261-0/+14
| * | | | mptcp: more accurate NL event generationPaolo Abeni2023-07-261-2/+1
| |/ / /
| * | | af_packet: Fix warning of fortified memcpy() in packet_getname().Kuniyuki Iwashima2023-07-251-1/+1
| * | | af_unix: Fix fortify_panic() in unix_bind_bsd().Kuniyuki Iwashima2023-07-251-4/+2
| * | | Merge tag 'linux-can-fixes-for-6.5-20230724' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-07-241-2/+3
| |\ \ \
| | * | | can: raw: fix lockdep issue in raw_release()Eric Dumazet2023-07-201-2/+3
| * | | | ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski2023-07-241-4/+10
| | |/ / | |/| |
* | | | virtio/vsock: support MSG_PEEK for SOCK_SEQPACKETArseniy Krasnov2023-07-271-3/+60
* | | | virtio/vsock: rework MSG_PEEK for SOCK_STREAMArseniy Krasnov2023-07-271-22/+19
| |_|/ |/| |
* | | net: remove redundant NULL check in remove_xps_queue()Zhengchao Shao2023-07-251-2/+1
* | | xfrm: Support UDP encapsulation in packet offload modeLeon Romanovsky2023-07-251-6/+7
* | | mptcp: fix rcv buffer auto-tuningPaolo Abeni2023-07-243-10/+15
* | | tcx: Fix splat in ingress_destroy upon tcx_entry_freeDaniel Borkmann2023-07-241-1/+1
* | | ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet2023-07-2411-9/+11
* | | net: add sysctl accept_ra_min_rtr_lftPatrick Rohr2023-07-232-2/+26
* | | net: dsa: remove deprecated strncpyjustinstitt@google.com2023-07-231-4/+5
* | | netlink: Add new netlink_release functionAnjali Kulkarni2023-07-232-0/+10
* | | netlink: Reverse the patch which removed filteringAnjali Kulkarni2023-07-231-2/+25
* | | net: page_pool: merge page_pool_release_page() with page_pool_return_page()Jakub Kicinski2023-07-211-10/+2
* | | net: page_pool: hide page_pool_release_page()Jakub Kicinski2023-07-211-2/+1
* | | genetlink: add explicit ordering break check for split opsJiri Pirko2023-07-211-1/+5
* | | sch_htb: Allow HTB quantum parameter in offload modeNaveen Mamindlapalli2023-07-211-4/+3
* | | net: switchdev: Add a helper to replay objects on a bridge portPetr Machata2023-07-214-0/+58
* | | net: bridge: br_switchdev: Tolerate -EOPNOTSUPP when replaying MDBPetr Machata2023-07-211-1/+5
* | | nexthop: Do not return invalid nexthop object during multipath selectionBenjamin Poirier2023-07-201-6/+8
* | | nexthop: Factor out neighbor validity checkBenjamin Poirier2023-07-201-13/+16
* | | nexthop: Factor out hash threshold fdb nexthop selectionBenjamin Poirier2023-07-201-2/+20
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-2035-380/+546
|\| |
| * | Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-2034-365/+520
| |\ \
| | * \ Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-07-207-81/+211
| | |\ \
| | | * | Bluetooth: MGMT: Use correct address for memcpy()Andy Shevchenko2023-07-201-1/+1
| | | * | Bluetooth: SCO: fix sco_conn related locking and validity issuesPauli Virtanen2023-07-201-11/+12
| | | * | Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no linkSiddh Raman Pant2023-07-201-2/+2
| | | * | Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()Douglas Anderson2023-07-201-1/+3
| | | * | Bluetooth: ISO: fix iso_conn related locking and validity issuesPauli Virtanen2023-07-201-22/+31
| | | * | Bluetooth: hci_event: call disconnect callback before deleting connPauli Virtanen2023-07-201-0/+3
| | | * | Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen2023-07-205-44/+159
| | * | | Merge tag 'nf-23-07-20' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2023-07-202-3/+15
| | |\ \ \
| | | * | | netfilter: nf_tables: skip bound chain on rule flushPablo Neira Ayuso2023-07-201-0/+2
| | | * | | netfilter: nf_tables: skip bound chain in netns release pathPablo Neira Ayuso2023-07-201-0/+3
| | | * | | netfilter: nft_set_pipapo: fix improper element removalFlorian Westphal2023-07-201-1/+5
| | | * | | netfilter: nf_tables: can't schedule in nft_chain_validateFlorian Westphal2023-07-201-2/+2
| | | * | | netfilter: nf_tables: fix spurious set element insertion failureFlorian Westphal2023-07-201-0/+3
| | | |/ /
| | * | | tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2023-07-202-3/+5
| | * | | tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet2023-07-201-3/+3
| | * | | tcp: annotate data-races around tp->notsent_lowatEric Dumazet2023-07-201-2/+2