summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-05-22net/tcp: refactor tcp_inet6_sk()Pavel Begunkov
2023-05-22net: ipconfig: move ic_nameservers_fallback into #ifdef blockArnd Bergmann
2023-05-18mptcp: introduces more address related mibsPaolo Abeni
2023-05-18mptcp: refactor mptcp_stream_accept()Paolo Abeni
2023-05-18inet: factor out locked section of inet_accept() in a new helperPaolo Abeni
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-18Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-18netfilter: flowtable: split IPv6 datapath in helper functionsPablo Neira Ayuso
2023-05-18netfilter: flowtable: split IPv4 datapath in helper functionsPablo Neira Ayuso
2023-05-18netfilter: flowtable: simplify route logicPablo Neira Ayuso
2023-05-18netfilter: conntrack: allow insertion clash of gre protocolFaicker Mo
2023-05-18netfilter: nft_set_pipapo: Use struct_size()Christophe JAILLET
2023-05-18netfilter: nft_exthdr: add boolean DCCP option matchingJeremy Sowden
2023-05-18netfilter: nf_tables: always increment set element countFlorian Westphal
2023-05-18netfilter: nf_tables: relax set/map validation checksFlorian Westphal
2023-05-17Merge tag 'nf-23-05-17' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
2023-05-17Merge tag 'wireless-2023-05-17' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-05-17bridge: always declare tunnel functionsArnd Bergmann
2023-05-17atm: hide unused procfs functionsArnd Bergmann
2023-05-17net: openvswitch: Use struct_size()Christophe JAILLET
2023-05-17Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-05-17netfilter: nft_set_rbtree: fix null deref on element insertionFlorian Westphal
2023-05-17netfilter: nf_tables: fix nft_trans type confusionFlorian Westphal
2023-05-17netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix
2023-05-17vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet
2023-05-17seg6: Cleanup duplicates of skb_dst_drop callsYuya Tajima
2023-05-17net/tcp: optimise io_uring zc ubuf refcountingPavel Begunkov
2023-05-17net/tcp: don't peek at tail for io_uring zcPavel Begunkov
2023-05-16Merge tag 'ipsec-2023-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2023-05-16Merge tag 'linux-can-fixes-for-6.4-20230515' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2023-05-16Revert "net: Remove low_thresh in ip defrag"Jakub Kicinski
2023-05-16devlink: Fix crash with CONFIG_NET_NS=nIdo Schimmel
2023-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-16wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg
2023-05-16wifi: mac80211: consider reserved chanctx for mindefJohannes Berg
2023-05-16wifi: mac80211: simplify chanctx allocationJohannes Berg
2023-05-16wifi: mac80211: Abort running color change when stopping the APMichael Lee
2023-05-16wifi: mac80211: fix min center freq offset tracingJohannes Berg
2023-05-16wifi: mac80211: Fix puncturing bitmap handling in __ieee80211_csa_finalize()Christophe JAILLET
2023-05-16wifi: mac80211: fortify the spinlock against deadlock by interruptMirsad Goran Todorovac
2023-05-16wifi: cfg80211: Drop entries with invalid BSSIDs in RNRIlan Peer
2023-05-15can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp
2023-05-15can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp
2023-05-15nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski
2023-05-15tipc: check the bearer min mtu properly when setting it by netlinkXin Long
2023-05-15tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long
2023-05-15tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long
2023-05-15sch_htb: Allow HTB priority parameter in offload modeNaveen Mamindlapalli
2023-05-15net: Remove low_thresh in ip defragAngus Chen
2023-05-15net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()Dong Chenchen