aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-06-17ethtool: Fix get module eeprom fallbackIvan Vecera1-1/+1
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski7-12/+158
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-13/+37
2022-06-17netfilter: cttimeout: fix slab-out-of-bounds read typo in cttimeout_net_exitFlorian Westphal1-1/+1
2022-06-17Merge tag 'nfs-for-5.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+1
2022-06-17bpf: Fix bpf_skc_lookup comment wrt. return typeTobias Klauser1-2/+0
2022-06-17tipc: cleanup unused functionHoang Le2-12/+0
2022-06-17ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti1-3/+7
2022-06-17tipc: fix use-after-free Read in tipc_named_reinitHoang Le1-2/+1
2022-06-17net: fix data-race in dev_isalive()Eric Dumazet2-10/+16
2022-06-17tcp: fix build...David S. Miller1-16/+0
2022-06-17tcp: fix possible freeze in tx path under memory pressureEric Dumazet1-0/+17
2022-06-17tcp: fix possible freeze in tx path under memory pressureEric Dumazet1-4/+29
2022-06-17tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet1-3/+4
2022-06-16bpf: Allow the new syncookie helpers to work with SKBsMaxim Mikityanskiy1-0/+10
2022-06-16bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy2-1/+120
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-426/+135
2022-06-16net: set proper memcg for net_init hooks allocationsVasily Averin1-0/+7
2022-06-16Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-410/+110
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong4-405/+82
2022-06-15bpf: Fix request_sock leak in sk lookup helpersJon Maxwell1-6/+28
2022-06-15net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsgDuoming Zhou1-5/+28
2022-06-15net: don't check skb_count twiceSieng Piaw Liew1-3/+4
2022-06-15net: bridge: allow add/remove permanent mdb entries on disabled portsCasper Andersson1-6/+9
2022-06-14xsk: Fix generic transmit when completion queue reservation failsCiara Loftus1-7/+9
2022-06-14mac802154: fix atomic_dec_and_test checksAlexander Aring2-4/+4
2022-06-14mac802154: util: fix release queue handlingAlexander Aring1-1/+1
2022-06-13ethtool: Fix and simplify ethtool_convert_link_mode_to_legacy_u32()Marco Bonelli1-15/+2
2022-06-13net: make __sys_accept4_file() staticYajun Deng1-9/+6
2022-06-13tcp: sk_forced_mem_schedule() optimizationEric Dumazet1-3/+6
2022-06-11net: Kconfig: move the CAN device menu to the "Device Drivers" sectionVincent Mailhol1-3/+2
2022-06-10Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2-16/+25
2022-06-10net: unexport __sk_mem_{raise|reduce}_allocatedEric Dumazet1-2/+0
2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet10-45/+5
2022-06-10net: add per_cpu_fw_alloc field to struct protoEric Dumazet11-0/+39
2022-06-10net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet7-23/+23
2022-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+5
2022-06-10Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski14-430/+80
2022-06-10wifi: mac80211: refactor some key codeJohannes Berg2-33/+41
2022-06-10net: ipconfig: Relax fw_devlink if we need to mount a network rootfsSaravana Kannan1-0/+6
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg14-397/+39
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_149.RULEThomas Gleixner2-30/+2
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner1-9/+1
2022-06-10xfrm: no need to set DST_NOPOLICY in IPv4Eyal Birger1-16/+8
2022-06-10net: mac802154: Add a warning in the slow pathMiquel Raynal1-0/+27
2022-06-10net: mac802154: Add a warning in the hot pathMiquel Raynal2-1/+16
2022-06-10net: mac802154: Introduce a synchronous API for MLME commandsMiquel Raynal2-0/+48
2022-06-10net: mac802154: Introduce a tx queue flushing mechanismMiquel Raynal5-5/+31
2022-06-10net: mac802154: Introduce a helper to disable the queueMiquel Raynal2-0/+26
2022-06-10net: mac802154: Create a hot tx pathMiquel Raynal1-2/+8