summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-07-17Merge tag 'nfsd-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds4-69/+128
2024-07-17Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds248-4246/+9380
2024-07-17Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+2
2024-07-16tcp: Replace strncpy() with strscpy()Kees Cook1-4/+5
2024-07-16tcp: Don't access uninit tcp_rsk(req)->ao_keyid in tcp_create_openreq_child().Kuniyuki Iwashima1-7/+8
2024-07-15Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linuxLinus Torvalds1-18/+30
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-30/+190
2024-07-15net/sched: cls_flower: propagate tca[TCA_OPTIONS] to NL_REQ_ATTR_CHECKAsbjørn Sloth Tønnesen1-14/+20
2024-07-15flow_dissector: set encapsulation control flags for non-IPAsbjørn Sloth Tønnesen2-1/+6
2024-07-15flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGSAsbjørn Sloth Tønnesen2-18/+1
2024-07-15net/sched: cls_flower: rework TCA_FLOWER_KEY_ENC_FLAGS usageAsbjørn Sloth Tønnesen1-43/+13
2024-07-15net/sched: cls_flower: add tunnel flags to fl_{set,dump}_key_flags()Asbjørn Sloth Tønnesen1-0/+30
2024-07-15flow_dissector: set encapsulated control flags from tun_flagsAsbjørn Sloth Tønnesen1-0/+9
2024-07-15flow_dissector: prepare for encapsulated control flagsAsbjørn Sloth Tønnesen1-9/+12
2024-07-15net/sched: cls_flower: add policy for TCA_FLOWER_KEY_FLAGSAsbjørn Sloth Tønnesen1-2/+8
2024-07-15net/sched: cls_flower: prepare fl_{set,dump}_key_flags() for ENC_FLAGSAsbjørn Sloth Tønnesen1-10/+30
2024-07-15llc: Constify struct llc_sap_state_transChristophe JAILLET2-19/+19
2024-07-15llc: Constify struct llc_conn_state_transChristophe JAILLET2-260/+260
2024-07-15Merge tag 'for-net-next-2024-07-15' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski12-1074/+186
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski9-21/+28
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent7-13/+21
2024-07-15net: Change the API of PHY default timestamp to MACKory Maincent3-8/+7
2024-07-15Bluetooth: Remove hci_request.{c,h}Luiz Augusto von Dentz9-965/+1
2024-07-15Bluetooth: hci_sync: Remove remaining dependencies of hci_requestLuiz Augusto von Dentz2-20/+11
2024-07-15Bluetooth: hci_sync: Move handling of interleave_scanLuiz Augusto von Dentz2-7/+49
2024-07-15Bluetooth: hci_core: Don't use hci_prepare_cmdLuiz Augusto von Dentz2-5/+4
2024-07-15Bluetooth: hci_core: Remove usage of hci_req_syncLuiz Augusto von Dentz2-30/+9
2024-07-15Bluetooth: Fix usage of __hci_cmd_sync_statusLuiz Augusto von Dentz1-15/+12
2024-07-15Bluetooth: hci_core: cleanup struct hci_devDmitry Antipov1-1/+0
2024-07-15net: dsa: prepare 'dsa_tag_8021q_bridge_join' for standalone usePawel Dembicki1-1/+4
2024-07-15net: dsa: vsc73xx: introduce tag 8021q for vsc73xxPawel Dembicki3-0/+75
2024-07-15net: dsa: tag_sja1105: refactor skb->dev assignment to dsa_tag_8021q_find_user()Vladimir Oltean3-17/+24
2024-07-15net: dsa: tag_sja1105: prefer precise source port info on SJA1110 tooVladimir Oltean1-4/+4
2024-07-15net: dsa: tag_sja1105: absorb entire sja1105_vlan_rcv() into dsa_8021q_rcv()Vladimir Oltean4-36/+34
2024-07-15net: dsa: tag_sja1105: absorb logic for not overwriting precise info into dsa...Vladimir Oltean2-23/+32
2024-07-15net: bridge: mst: Check vlan state for egress decisionElliot Ayrey1-2/+2
2024-07-15xdp: fix invalid wait context of page_pool_destroy()Taehee Yoo1-3/+1
2024-07-15net: phy: bcm54811: New link mode for BroadR-ReachKamil Horák (2N)1-0/+3
2024-07-15af_packet: Handle outgoing VLAN packets without hardware offloadingChengen Du1-2/+84
2024-07-15Bluetooth: hci_core, hci_sync: cleanup struct discovery_stateDmitry Antipov1-2/+0
2024-07-15Bluetooth: hci_event: Set QoS encryption from BIGInfo reportIulia Tanasescu1-0/+2
2024-07-15Bluetooth: Add vendor-specific packet classification for ISO dataYing Hsu1-0/+16
2024-07-15Bluetooth: iso: remove unused struct 'iso_list_data'Dr. David Alan Gilbert1-5/+0
2024-07-15Bluetooth: MGMT: Uninitialized variable in load_conn_param()Dan Carpenter1-1/+1
2024-07-15tty: rfcomm: prefer array indexing over pointer arithmeticErick Archer1-6/+6
2024-07-15tty: rfcomm: prefer struct_size over open coded arithmeticErick Archer1-7/+4
2024-07-15Bluetooth: hci_core: Prefer array indexing over pointer arithmeticErick Archer1-2/+2
2024-07-15Bluetooth: hci_core: Prefer struct_size over open coded arithmeticErick Archer1-7/+4
2024-07-15Bluetooth: MGMT: Make MGMT_OP_LOAD_CONN_PARAM update existing connectionLuiz Augusto von Dentz2-2/+66
2024-07-14Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski12-10/+378