summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-07-14net: phy: bcm54811: New link mode for BroadR-ReachKamil HorĂ¡k (2N)
2024-07-14af_packet: Handle outgoing VLAN packets without hardware offloadingChengen Du
2024-07-14Bluetooth: hci_core, hci_sync: cleanup struct discovery_stateDmitry Antipov
2024-07-14Bluetooth: hci_event: Set QoS encryption from BIGInfo reportIulia Tanasescu
2024-07-14Bluetooth: Add vendor-specific packet classification for ISO dataYing Hsu
2024-07-14Bluetooth: iso: remove unused struct 'iso_list_data'Dr. David Alan Gilbert
2024-07-14Bluetooth: MGMT: Uninitialized variable in load_conn_param()Dan Carpenter
2024-07-14tty: rfcomm: prefer array indexing over pointer arithmeticErick Archer
2024-07-14tty: rfcomm: prefer struct_size over open coded arithmeticErick Archer
2024-07-14Bluetooth: hci_core: Prefer array indexing over pointer arithmeticErick Archer
2024-07-14Bluetooth: hci_core: Prefer struct_size over open coded arithmeticErick Archer
2024-07-14Bluetooth: MGMT: Make MGMT_OP_LOAD_CONN_PARAM update existing connectionLuiz Augusto von Dentz
2024-07-14Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-07-14ipv6: take care of scope when choosing the src addrNicolas Dichtel
2024-07-14ipv6: fix source address selection with route leakNicolas Dichtel
2024-07-14ipv4: fix source address selection with route leakNicolas Dichtel
2024-07-14net: ethtool: pse-pd: Fix possible null-derefKory Maincent
2024-07-14net: pse-pd: Do not return EOPNOSUPP if config is nullKory Maincent
2024-07-14Merge tag 'ipsec-2024-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-07-13net: ethtool: Monotonically increase the message sequence numberDanielle Ratson
2024-07-13tcp: Don't drop SYN+ACK for simultaneous connect().Kuniyuki Iwashima
2024-07-12Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-07-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-12net: ethtool: let drivers declare max size of RSS indir table and keyJakub Kicinski
2024-07-12net: ethtool: let drivers remove lost RSS contextsJakub Kicinski
2024-07-12Merge tag 'net-6.10-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds
2024-07-12Merge tag 'ceph-for-6.10-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-07-12xfrm: Support crypto offload for outbound IPv4 UDP-encapsulated ESP packetMike Yu
2024-07-12xfrm: Support crypto offload for inbound IPv4 UDP-encapsulated ESP packetMike Yu
2024-07-12xfrm: Allow UDP encapsulation in crypto offload control pathMike Yu
2024-07-12xfrm: Support crypto offload for inbound IPv6 ESP packets not in GRO pathMike Yu
2024-07-12l2tp: fix l2tp_session_register with colliding l2tpv3 IDsJames Chapman
2024-07-12tipc: Consolidate redundant functionsShigeru Yoshida
2024-07-12tipc: Remove unused struct declarationShigeru Yoshida
2024-07-11netdevice: define and allocate &net_device _properly_Alexander Lobakin
2024-07-11net: psample: fix flag being set in wrong skbAdrian Moreno
2024-07-11Merge tag 'wireless-next-2024-07-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-07-11net: ethtool: Fix RSS settingSaeed Mahameed
2024-07-11net: reduce rtnetlink_rcv_msg() stack usageEric Dumazet
2024-07-11net/sched: act_skbmod: convert comma to semicolonChen Ni
2024-07-11ethtool: use the rss context XArray in ring deactivation safety-checkJakub Kicinski
2024-07-11ethtool: fail closed if we can't get max channel used in indirection tablesJakub Kicinski
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-11libceph: fix crush_choose_firstn() kernel-doc warningsJeff Johnson
2024-07-11libceph: suppress crush_choose_indep() kernel-doc warningsJeff Johnson
2024-07-11Merge tag 'nf-24-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-07-11net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socketDaniel Borkmann
2024-07-11net/sched: Fix UAF when resolving a clashChengen Du
2024-07-11udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().Kuniyuki Iwashima