summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-05-13Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz2-2/+2
2022-05-13Bluetooth: Keep MGMT pending queue ordered FIFOBrian Gix1-1/+1
2022-05-13Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu1-8/+13
2022-05-13net: page_pool: add page allocation stats for two fast page allocate pathJie Wang1-1/+4
2022-05-13net: inet: Retire port only listening_hashMartin KaFai Lau7-59/+25
2022-05-13net: inet: Open code inet_hash2 and inet_unhash2Martin KaFai Lau1-55/+33
2022-05-13net: inet: Remove count from inet_listen_hashbucketMartin KaFai Lau1-6/+0
2022-05-13net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean2-17/+11
2022-05-13net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean3-30/+15
2022-05-13net: update the register_netdevice() kdocJakub Kicinski1-14/+6
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-37/+147
2022-05-12Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds21-28/+105
2022-05-12tls: Fix context leak on tls_device_downMaxim Mikityanskiy1-0/+3
2022-05-12net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang1-2/+2
2022-05-12rtnetlink: verify rate parameters for calls to ndo_set_vf_rateBin Chen1-10/+18
2022-05-12Merge tag 'for-net-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-3/+3
2022-05-12Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski4-5/+24
2022-05-12Bluetooth: Fix the creation of hdev->nameItay Iellin1-3/+3
2022-05-12net/sched: act_pedit: really ensure the skb is writablePaolo Abeni1-4/+22
2022-05-11net: add more debug info in skb_checksum_help()Eric Dumazet1-4/+6
2022-05-11net: remove two BUG() from skb_checksum_help()Eric Dumazet1-2/+6
2022-05-11net: add CONFIG_DEBUG_NETEric Dumazet1-0/+7
2022-05-11net: fix kdoc on __dev_queue_xmit()Jakub Kicinski1-20/+15
2022-05-10decnet: Use container_of() for struct dn_neigh castsKees Cook3-5/+6
2022-05-10x25: remove redundant pointer devColin Ian King1-2/+1
2022-05-10ptp: Support late timestamp determinationGerhard Engleder1-10/+39
2022-05-10ptp: Pass hwtstamp to ptp_convert_timestamp()Gerhard Engleder1-1/+1
2022-05-10ptp: Request cycles for TX timestampGerhard Engleder1-1/+10
2022-05-10Merge tag 'batadv-net-pullrequest-20220508' of git://git.open-mesh.org/linux-...Jakub Kicinski1-0/+11
2022-05-10net: dsa: flush switchdev workqueue on bridge join error pathVladimir Oltean1-0/+1
2022-05-10ROSE: Remove unused code and clean up some inconsistent indentingJiapeng Chong1-16/+9
2022-05-09nl80211: fix locking in nl80211_set_tx_bitrate_mask()Johannes Berg1-2/+7
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed3-4/+6
2022-05-09net: fix wrong network header lengthLina Wang1-1/+3
2022-05-08Merge tag 'batadv-next-pullrequest-20220508' of git://git.open-mesh.org/linux...David S. Miller3-9/+9
2022-05-07net: dsa: delete dsa_port_walk_{fdbs,mdbs}Vladimir Oltean1-40/+0
2022-05-07netlink: do not reset transport header in netlink_recvmsg()Eric Dumazet1-1/+0
2022-05-06Merge tag 'nfs-for-5.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-9/+42
2022-05-06ipv4: drop dst in multicast routing pathLokesh Dhoundiyal1-0/+1
2022-05-06net: move netif_set_gso_max helpersJakub Kicinski1-0/+21
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski2-8/+8
2022-05-06net: don't allow user space to lift the device limitsJakub Kicinski2-2/+37
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski3-4/+14
2022-05-06mptcp: add more offered MIBs counterPaolo Abeni3-1/+13
2022-05-06mptcp: never shrink offered windowPaolo Abeni3-12/+50
2022-05-06tcp: allow MPTCP to update the announced windowPaolo Abeni2-7/+9
2022-05-06mptcp: add mib for xmit window sharingPaolo Abeni3-1/+5
2022-05-06mptcp: really share subflow snd_wndPaolo Abeni1-9/+15
2022-05-06ping: fix address binding wrt vrfNicolas Dichtel1-1/+11
2022-05-06net: Make msg_zerocopy_alloc staticDavid Ahern1-2/+1