summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | net: bridge: mst: Check vlan state for egress decisionElliot Ayrey2024-07-151-2/+2
| | * | | | | xdp: fix invalid wait context of page_pool_destroy()Taehee Yoo2024-07-151-3/+1
| | * | | | | af_packet: Handle outgoing VLAN packets without hardware offloadingChengen Du2024-07-151-2/+84
| | * | | | | ipv6: take care of scope when choosing the src addrNicolas Dichtel2024-07-141-1/+2
| | * | | | | ipv6: fix source address selection with route leakNicolas Dichtel2024-07-142-1/+2
| | * | | | | ipv4: fix source address selection with route leakNicolas Dichtel2024-07-141-2/+11
| | * | | | | net: ethtool: pse-pd: Fix possible null-derefKory Maincent2024-07-141-2/+2
| | * | | | | net: pse-pd: Do not return EOPNOSUPP if config is nullKory Maincent2024-07-141-1/+3
| | * | | | | Merge tag 'ipsec-2024-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-07-148-17/+82
| | |\ \ \ \ \
| | | * | | | | xfrm: call xfrm_dev_policy_delete when kill policyJianbo Liu2024-07-082-4/+2
| | | * | | | | xfrm: fix netdev reference count imbalanceJianbo Liu2024-07-081-2/+1
| | | * | | | | xfrm: Export symbol xfrm_dev_state_delete.Steffen Klassert2024-07-011-0/+1
| | | * | | | | xfrm: Fix unregister netdevice hang on hardware offload.Steffen Klassert2024-06-251-2/+59
| | | * | | | | xfrm: Log input direction mismatch error in one placeAntony Antony2024-06-173-5/+14
| | | * | | | | xfrm: Fix input error path memory accessAntony Antony2024-06-171-0/+3
| | | * | | | | net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCPHagar Hemdan2024-05-232-4/+2
| * | | | | | | net/sched: cls_flower: propagate tca[TCA_OPTIONS] to NL_REQ_ATTR_CHECKAsbjørn Sloth Tønnesen2024-07-151-14/+20
| * | | | | | | flow_dissector: set encapsulation control flags for non-IPAsbjørn Sloth Tønnesen2024-07-152-1/+6
| * | | | | | | flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGSAsbjørn Sloth Tønnesen2024-07-152-18/+1
| * | | | | | | net/sched: cls_flower: rework TCA_FLOWER_KEY_ENC_FLAGS usageAsbjørn Sloth Tønnesen2024-07-151-43/+13
| * | | | | | | net/sched: cls_flower: add tunnel flags to fl_{set,dump}_key_flags()Asbjørn Sloth Tønnesen2024-07-151-0/+30
| * | | | | | | flow_dissector: set encapsulated control flags from tun_flagsAsbjørn Sloth Tønnesen2024-07-151-0/+9
| * | | | | | | flow_dissector: prepare for encapsulated control flagsAsbjørn Sloth Tønnesen2024-07-151-9/+12
| * | | | | | | net/sched: cls_flower: add policy for TCA_FLOWER_KEY_FLAGSAsbjørn Sloth Tønnesen2024-07-151-2/+8
| * | | | | | | net/sched: cls_flower: prepare fl_{set,dump}_key_flags() for ENC_FLAGSAsbjørn Sloth Tønnesen2024-07-151-10/+30
| * | | | | | | llc: Constify struct llc_sap_state_transChristophe JAILLET2024-07-152-19/+19
| * | | | | | | llc: Constify struct llc_conn_state_transChristophe JAILLET2024-07-152-260/+260
| * | | | | | | Merge tag 'for-net-next-2024-07-15' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2024-07-1512-1074/+186
| |\ \ \ \ \ \ \
| | * | | | | | | Bluetooth: Remove hci_request.{c,h}Luiz Augusto von Dentz2024-07-159-965/+1
| | * | | | | | | Bluetooth: hci_sync: Remove remaining dependencies of hci_requestLuiz Augusto von Dentz2024-07-152-20/+11
| | * | | | | | | Bluetooth: hci_sync: Move handling of interleave_scanLuiz Augusto von Dentz2024-07-152-7/+49
| | * | | | | | | Bluetooth: hci_core: Don't use hci_prepare_cmdLuiz Augusto von Dentz2024-07-152-5/+4
| | * | | | | | | Bluetooth: hci_core: Remove usage of hci_req_syncLuiz Augusto von Dentz2024-07-152-30/+9
| | * | | | | | | Bluetooth: Fix usage of __hci_cmd_sync_statusLuiz Augusto von Dentz2024-07-151-15/+12
| | * | | | | | | Bluetooth: hci_core: cleanup struct hci_devDmitry Antipov2024-07-151-1/+0
| | * | | | | | | Bluetooth: hci_core, hci_sync: cleanup struct discovery_stateDmitry Antipov2024-07-151-2/+0
| | * | | | | | | Bluetooth: hci_event: Set QoS encryption from BIGInfo reportIulia Tanasescu2024-07-151-0/+2
| | * | | | | | | Bluetooth: Add vendor-specific packet classification for ISO dataYing Hsu2024-07-151-0/+16
| | * | | | | | | Bluetooth: iso: remove unused struct 'iso_list_data'Dr. David Alan Gilbert2024-07-151-5/+0
| | * | | | | | | Bluetooth: MGMT: Uninitialized variable in load_conn_param()Dan Carpenter2024-07-151-1/+1
| | * | | | | | | tty: rfcomm: prefer array indexing over pointer arithmeticErick Archer2024-07-151-6/+6
| | * | | | | | | tty: rfcomm: prefer struct_size over open coded arithmeticErick Archer2024-07-151-7/+4
| | * | | | | | | Bluetooth: hci_core: Prefer array indexing over pointer arithmeticErick Archer2024-07-151-2/+2
| | * | | | | | | Bluetooth: hci_core: Prefer struct_size over open coded arithmeticErick Archer2024-07-151-7/+4
| | * | | | | | | Bluetooth: MGMT: Make MGMT_OP_LOAD_CONN_PARAM update existing connectionLuiz Augusto von Dentz2024-07-152-2/+66
| * | | | | | | | Merge branch 'net-make-timestamping-selectable'Jakub Kicinski2024-07-159-21/+28
| |\ \ \ \ \ \ \ \
| | * | | | | | | | net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-157-13/+21
| | * | | | | | | | net: Change the API of PHY default timestamp to MACKory Maincent2024-07-153-8/+7
| * | | | | | | | | net: dsa: prepare 'dsa_tag_8021q_bridge_join' for standalone usePawel Dembicki2024-07-151-1/+4
| * | | | | | | | | net: dsa: vsc73xx: introduce tag 8021q for vsc73xxPawel Dembicki2024-07-153-0/+75