summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-05-12Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-05-12tls: Fix context leak on tls_device_downMaxim Mikityanskiy
2022-05-12net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang
2022-05-12rtnetlink: verify rate parameters for calls to ndo_set_vf_rateBin Chen
2022-05-11Merge tag 'for-net-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2022-05-11Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2022-05-11Bluetooth: Fix the creation of hdev->nameItay Iellin
2022-05-11bpf: Prepare prog_test_struct kfuncs for runtime testsKumar Kartikeya Dwivedi
2022-05-11net/sched: act_pedit: really ensure the skb is writablePaolo Abeni
2022-05-11net: add more debug info in skb_checksum_help()Eric Dumazet
2022-05-11net: remove two BUG() from skb_checksum_help()Eric Dumazet
2022-05-11net: add CONFIG_DEBUG_NETEric Dumazet
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee
2022-05-10net: fix kdoc on __dev_queue_xmit()Jakub Kicinski
2022-05-10bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan
2022-05-10bpf: Print some info if disable bpf_jit_enable failedTiezhu Yang
2022-05-10net: sysctl: Use SYSCTL_TWO instead of &twoTiezhu Yang
2022-05-10decnet: Use container_of() for struct dn_neigh castsKees Cook
2022-05-10x25: remove redundant pointer devColin Ian King
2022-05-10ptp: Support late timestamp determinationGerhard Engleder
2022-05-10ptp: Pass hwtstamp to ptp_convert_timestamp()Gerhard Engleder
2022-05-10ptp: Request cycles for TX timestampGerhard Engleder
2022-05-09Merge tag 'batadv-net-pullrequest-20220508' of git://git.open-mesh.org/linux-...Jakub Kicinski
2022-05-09net: dsa: flush switchdev workqueue on bridge join error pathVladimir Oltean
2022-05-09ROSE: Remove unused code and clean up some inconsistent indentingJiapeng Chong
2022-05-09nl80211: fix locking in nl80211_set_tx_bitrate_mask()Johannes Berg
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed
2022-05-09net: fix wrong network header lengthLina Wang
2022-05-08Merge tag 'batadv-next-pullrequest-20220508' of git://git.open-mesh.org/linux...David S. Miller
2022-05-07SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust
2022-05-07Revert "SUNRPC: Ensure gss-proxy connects on setup"Trond Myklebust
2022-05-06net: dsa: delete dsa_port_walk_{fdbs,mdbs}Vladimir Oltean
2022-05-06netlink: do not reset transport header in netlink_recvmsg()Eric Dumazet
2022-05-06Merge tag 'nfs-for-5.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-05-06ipv4: drop dst in multicast routing pathLokesh Dhoundiyal
2022-05-06net: move netif_set_gso_max helpersJakub Kicinski
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-05-06net: don't allow user space to lift the device limitsJakub Kicinski
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski
2022-05-06xfrm: drop not needed flags variable in XFRM offload structLeon Romanovsky
2022-05-06xfrm: store and rely on direction to construct offload flagsLeon Romanovsky
2022-05-06xfrm: rename xfrm_state_offload struct to allow reuseLeon Romanovsky
2022-05-06xfrm: delete not used number of external headersLeon Romanovsky
2022-05-06xfrm: free not used XFRM_ESP_NO_TRAILER flagLeon Romanovsky
2022-05-05mptcp: add more offered MIBs counterPaolo Abeni
2022-05-05mptcp: never shrink offered windowPaolo Abeni
2022-05-05tcp: allow MPTCP to update the announced windowPaolo Abeni
2022-05-05mptcp: add mib for xmit window sharingPaolo Abeni
2022-05-05mptcp: really share subflow snd_wndPaolo Abeni
2022-05-05ping: fix address binding wrt vrfNicolas Dichtel