summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-09hsr: Simplify code for announcing HSR nodes timer setupLukasz Majewski1-15/+12
2024-05-09ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet1-1/+5
2024-05-09dt-bindings: net: mediatek: remove wrongly added clocks and SerDesDaniel Golle1-20/+2
2024-05-08Merge branch 'rxrpc-miscellaneous-fixes'Jakub Kicinski3-21/+37
2024-05-08rxrpc: Only transmit one ACK per jumbo packet receivedDavid Howells1-11/+35
2024-05-08rxrpc: Fix congestion control algorithmDavid Howells3-10/+2
2024-05-08selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MACIdo Schimmel1-11/+3
2024-05-08ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida1-1/+1
2024-05-08net: phy: marvell-88q2xxx: add support for Rev B1 and B2Gregor Herburger1-16/+103
2024-05-08appletalk: Improve handling of broadcast packetsVincent Duvert1-3/+16
2024-05-08net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau1-2/+7
2024-05-08mptcp: only allow set existing scheduler for net.mptcp.schedulerGregory Detal1-1/+38
2024-05-08nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa1-0/+1
2024-05-07netlink: specs: Add missing bridge linkinfo attrsDonald Hunter1-0/+6
2024-05-07phonet: fix rtm_phonet_notify() skb allocationEric Dumazet1-1/+1
2024-05-06net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo1-3/+10
2024-05-04MAINTAINERS: update cxgb4 and cxgb3 network drivers maintainerPotnuri Bharat Teja1-3/+3
2024-05-04rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats1-1/+1
2024-05-04Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski7-3/+39
2024-05-04Merge tag 'for-net-2024-05-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski9-36/+119
2024-05-04net: ks8851: Queue RX packets in IRQ handler instead of disabling BHsMarek Vasut1-6/+10
2024-05-03Bluetooth: qca: fix firmware check error pathJohan Hovold1-1/+1
2024-05-03Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou1-0/+3
2024-05-03Bluetooth: HCI: Fix potential null-ptr-derefSungwoo Kim1-0/+2
2024-05-03arm64: dts: mediatek: mt8183-pico6: Fix bluetooth nodeChen-Yu Tsai1-1/+2
2024-05-03Bluetooth: qca: fix info leak when fetching board idJohan Hovold1-0/+5
2024-05-03Bluetooth: qca: fix info leak when fetching fw build idJohan Hovold2-5/+21
2024-05-03Bluetooth: qca: generalise device address checkJohan Hovold2-9/+14
2024-05-03Bluetooth: qca: fix NVM configuration parsingJohan Hovold1-2/+22
2024-05-03Bluetooth: qca: add missing firmware sanity checksJohan Hovold1-6/+32
2024-05-03Bluetooth: msft: fix slab-use-after-free in msft_do_close()Sungwoo Kim3-5/+4
2024-05-03Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()Sungwoo Kim1-11/+10
2024-05-03Bluetooth: qca: fix wcn3991 device address checkJohan Hovold1-1/+4
2024-05-03Bluetooth: Fix use-after-free bugs caused by sco_sock_timeoutDuoming Zhou1-0/+4
2024-05-03tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima1-1/+7
2024-05-03tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet3-3/+7
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds49-193/+378
2024-05-02MAINTAINERS: mark MYRICOM MYRI-10G as OrphanJakub Kicinski1-2/+1
2024-05-02MAINTAINERS: remove Ariel EliorJakub Kicinski1-3/+0
2024-05-02Merge branch 'net-gro-add-flush-flush_id-checks-and-fix-wrong-offset-in-udp'Paolo Abeni9-5/+33
2024-05-02net: gro: add flush check in udp_gro_receive_segmentRichard Gobert1-1/+11
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert9-4/+22
2024-05-02ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida2-1/+4
2024-05-02s390/qeth: Fix kernel panic after setting hsuidAlexandra Winter1-34/+27
2024-05-02vxlan: Pull inner IP header in vxlan_rcv().Guillaume Nault1-1/+18
2024-05-02tipc: fix a possible memleak in tipc_buf_appendXin Long1-1/+1
2024-05-02tipc: fix UAF in error pathPaolo Abeni1-1/+5
2024-05-02rxrpc: Clients must accept conn from any addressJeffrey Altman1-7/+2
2024-05-01Merge tag 'regulator-fix-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-14/+27
2024-05-01net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau1-8/+19