summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-03-21devlink: add explicitly locked flavor of the rate node APIsJakub Kicinski1-25/+61
2022-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller54-67/+551
2022-03-21netlabel: fix out-of-bounds memory accessesWang Yufen1-0/+2
2022-03-20netfilter: flowtable: pass flowtable to nf_flow_table_iterate()Pablo Neira Ayuso1-10/+10
2022-03-20netfilter: flowtable: remove redundant field in flow_offload_work structPablo Neira Ayuso1-5/+6
2022-03-20netfilter: nf_nat_h323: eliminate anonymous module_init & module_exitRandy Dunlap1-4/+4
2022-03-20netfilter: nft_exthdr: add reduce supportFlorian Westphal1-0/+33
2022-03-20netfilter: nft_fib: add reduce supportFlorian Westphal5-0/+48
2022-03-20netfilter: nft_tunnel: track register operationsPablo Neira Ayuso1-0/+28
2022-03-20netfilter: nft_xfrm: track register operationsPablo Neira Ayuso1-0/+28
2022-03-20netfilter: nft_socket: track register operationsPablo Neira Ayuso1-0/+28
2022-03-20netfilter: nft_immediate: cancel register tracking for data destination registerPablo Neira Ayuso1-0/+12
2022-03-20netfilter: nft_hash: track register operationsPablo Neira Ayuso1-0/+36
2022-03-20netfilter: nft_osf: track register operationsPablo Neira Ayuso1-0/+25
2022-03-20netfilter: nft_numgen: cancel register trackingPablo Neira Ayuso1-0/+22
2022-03-20netfilter: nft_meta: extend reduce support to bridge familyFlorian Westphal2-2/+4
2022-03-20netfilter: nft_lookup: only cancel tracking for clobbered dregsFlorian Westphal1-0/+12
2022-03-20netfilter: nft_ct: track register operationsPablo Neira Ayuso2-0/+48
2022-03-20netfilter: nf_tables: cancel tracking for clobbered destination registersPablo Neira Ayuso6-28/+80
2022-03-20netfilter: nf_tables: do not reduce read-only expressionsPablo Neira Ayuso30-1/+50
2022-03-20netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()Phil Sutter2-0/+9
2022-03-20netfilter: conntrack: revisit gc autotuningFlorian Westphal1-17/+68
2022-03-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller3-40/+27
2022-03-19Merge tag 'for-net-next-2022-03-18' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski7-42/+75
2022-03-19mptcp: send ADD_ADDR echo before create subflowsYonglong Li1-13/+5
2022-03-19af_unix: Remove unnecessary brackets around CONFIG_AF_UNIX_OOB.Kuniyuki Iwashima1-3/+3
2022-03-18net: set default rss queues num to physical cores / 2Íñigo Huguet1-4/+16
2022-03-18Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failedNiels Dossche1-0/+2
2022-03-18Bluetooth: Send AdvMonitor Dev Found for all matched devicesManish Mandlik1-33/+37
2022-03-18Bluetooth: msft: Clear tracked devices on resumeManish Mandlik1-4/+15
2022-03-18Bluetooth: fix incorrect nonblock bitmask in bt_sock_wait_ready()Gavin Li1-2/+2
2022-03-18Bluetooth: Don't assign twice the same valueChristophe JAILLET1-1/+0
2022-03-18Bluetooth: Fix use after free in hci_send_aclLuiz Augusto von Dentz1-1/+2
2022-03-18Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALLIsmael Ferreras Morezuelas1-0/+16
2022-03-18Bluetooth: mgmt: remove redundant assignment to variable cur_lenColin Ian King1-1/+1
2022-03-18Merge tag 'wireless-next-2022-03-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller5-31/+186
2022-03-18rfkill: make new event layout opt-inJohannes Berg1-14/+34
2022-03-18xfrm: rework default policy structureNicolas Dichtel2-28/+25
2022-03-18net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()Vladimir Oltean1-1/+2
2022-03-18net: dsa: Handle MST state changesTobias Waldekranz3-8/+86
2022-03-18net: dsa: Pass VLAN MSTI migration notifications to driverTobias Waldekranz3-1/+23
2022-03-18net: dsa: Validate hardware support for MSTTobias Waldekranz3-0/+30
2022-03-18net: bridge: mst: Add helper to query a port's MST stateTobias Waldekranz1-0/+25
2022-03-18net: bridge: mst: Add helper to check if MST is enabledTobias Waldekranz1-0/+9
2022-03-18net: bridge: mst: Add helper to map an MSTI to a VID setTobias Waldekranz1-0/+26
2022-03-18net: bridge: mst: Notify switchdev drivers of MST state changesTobias Waldekranz1-0/+18
2022-03-18net: bridge: mst: Notify switchdev drivers of VLAN MSTI migrationsTobias Waldekranz2-0/+59
2022-03-18net: bridge: mst: Notify switchdev drivers of MST mode changesTobias Waldekranz1-0/+11
2022-03-18net: bridge: mst: Support setting and reporting MST port statesTobias Waldekranz3-1/+192
2022-03-18net: bridge: mst: Allow changing a VLAN's MSTITobias Waldekranz3-0/+58