aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-13Bluetooth: MGMT: Add conditions for setting HCI_CONN_FLAG_REMOTE_WAKEUPLuiz Augusto von Dentz1-0/+18
2022-05-13inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet2-12/+6
2022-05-13Bluetooth: core: Fix missing power_on work cancel on HCI closeVasyl Vavrychuk2-2/+1
2022-05-13Bluetooth: protect le accept and resolv lists with hdev->lockNiels Dossche1-0/+12
2022-05-13Bluetooth: use hdev lock for accept_list and reject_list in conn reqNiels Dossche1-6/+9
2022-05-13Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoringNiels Dossche1-0/+2
2022-05-13Bluetooth: Print broken quirksLuiz Augusto von Dentz1-0/+31
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-12net: inet: Retire port only listening_hashMartin KaFai Lau7-59/+25
2022-05-12net: inet: Open code inet_hash2 and inet_unhash2Martin KaFai Lau1-55/+33
2022-05-12net: inet: Remove count from inet_listen_hashbucketMartin KaFai Lau1-6/+0
2022-05-12net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean2-17/+11
2022-05-12net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean3-30/+15
2022-05-12net: update the register_netdevice() kdocJakub Kicinski1-14/+6
2022-05-12Merge 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/netdev/netLinus 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-11Merge tag 'for-net-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski1-3/+3
2022-05-11Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski4-5/+24
2022-05-11Bluetooth: Fix the creation of hdev->nameItay Iellin1-3/+3
2022-05-11bpf: Prepare prog_test_struct kfuncs for runtime testsKumar Kartikeya Dwivedi1-6/+17
2022-05-11net/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-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee1-5/+19
2022-05-10net: fix kdoc on __dev_queue_xmit()Jakub Kicinski1-20/+15
2022-05-10bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan1-0/+9
2022-05-10bpf: Print some info if disable bpf_jit_enable failedTiezhu Yang1-0/+6
2022-05-10net: sysctl: Use SYSCTL_TWO instead of &twoTiezhu Yang1-4/+3
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-09Merge tag 'batadv-net-pullrequest-20220508' of git://git.open-mesh.org/linux-mergeJakub Kicinski1-0/+11
2022-05-09net: dsa: flush switchdev workqueue on bridge join error pathVladimir Oltean1-0/+1
2022-05-09ROSE: 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-mergeDavid S. Miller3-9/+9
2022-05-07SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust2-0/+34
2022-05-07Revert "SUNRPC: Ensure gss-proxy connects on setup"Trond Myklebust2-4/+1
2022-05-06net: dsa: delete dsa_port_walk_{fdbs,mdbs}Vladimir Oltean1-40/+0