aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-11-26af_unix: Pass struct sock to unix_autobind().Kuniyuki Iwashima1-15/+21
2021-11-26af_unix: Use offsetof() instead of sizeof().Kuniyuki Iwashima2-8/+14
2021-11-26bridge: use __set_bit in __br_vlan_set_default_pvidXin Long1-2/+2
2021-11-26net: ethtool: set a default driver nameTonghao Zhang1-0/+3
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski26-121/+255
2021-11-26net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu1-1/+7
2021-11-26net: vlan: fix underflow for the real_dev refcntZiyang Xuan2-3/+3
2021-11-26ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()Julian Wiedmann1-1/+1
2021-11-26net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti1-3/+5
2021-11-26mac80211: notify non-transmitting BSS of color changesJohn Crispin1-0/+18
2021-11-26mac80211: minstrel_ht: remove unused SAMPLE_SWITCH_THR definePeter Seiderer1-2/+0
2021-11-26cfg80211: allow continuous radar monitoring on offchannel chainLorenzo Bianconi3-27/+71
2021-11-26cfg80211: schedule offchan_cac_abort_wk in cfg80211_radar_eventLorenzo Bianconi2-10/+17
2021-11-26cfg80211: delete redundant free codeliuguoqiang1-9/+5
2021-11-26mac80211: add support for .ndo_fill_forward_pathFelix Fietkau4-1/+89
2021-11-26mac80211: Remove unused assignment statementsluo penghao1-4/+0
2021-11-26cfg80211: fix possible NULL pointer dereference in cfg80211_stop_offchan_radar_detectionLorenzo Bianconi1-1/+4
2021-11-26mac80211: fix a memory leak where sta_info is not freedAhmed Zaki1-3/+3
2021-11-26mac80211: set up the fwd_skb->dev for mesh forwardingXing Song1-0/+1
2021-11-26mac80211: fix regression in SSN handling of addba txFelix Fietkau2-2/+3
2021-11-26mac80211: fix rate control for retransmitted framesFelix Fietkau1-3/+3
2021-11-26mac80211: track only QoS data frames for admission controlJohannes Berg1-3/+10
2021-11-26mac80211: fix TCP performance on mesh interfaceMaxime Bizon1-2/+2
2021-11-25sctp: make the raise timer more simple and accurateXin Long3-21/+19
2021-11-25tipc: delete the unlikely branch in tipc_aead_encryptXin Long1-15/+4
2021-11-25tls: fix replacing proto_opsJakub Kicinski1-7/+40
2021-11-25tls: splice_read: fix accessing pre-processed recordsJakub Kicinski1-8/+25
2021-11-25tls: splice_read: fix record type checkJakub Kicinski1-13/+10
2021-11-25Bluetooth: Limit duration of Remote Name ResolveArchie Pusaka1-0/+7
2021-11-25Bluetooth: Send device found event on name resolve failureArchie Pusaka2-9/+14
2021-11-25Bluetooth: HCI: Fix definition of hci_rp_delete_stored_link_keyLuiz Augusto von Dentz1-1/+1
2021-11-25Bluetooth: HCI: Fix definition of hci_rp_read_stored_link_keyLuiz Augusto von Dentz1-2/+2
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby1-3/+2
2021-11-24net/smc: Fix loop in smc_listenGuo DaXing1-1/+3
2021-11-24net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul1-17/+18
2021-11-24net-ipv6: changes to ->tclass (via IPV6_TCLASS) should sk_dst_reset()Maciej Żenczykowski1-1/+4
2021-11-24net-ipv6: do not allow IPV6_TCLASS to muck with tcp's ECNMaciej Żenczykowski1-0/+4
2021-11-24net: allow SO_MARK with CAP_NET_RAWMaciej Żenczykowski1-1/+2
2021-11-24net: allow CAP_NET_RAW to setsockopt SO_PRIORITYMaciej Żenczykowski1-0/+1
2021-11-24tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet1-2/+3
2021-11-24net: bridge: Allow base 16 inputs in sysfsIdo Schimmel1-1/+1
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet7-29/+8
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet8-40/+13
2021-11-24Bluetooth: refactor malicious adv data checkBrian Gix1-5/+5
2021-11-24net/ncsi : Add payload to be 32-bit aligned to fix dropped packetsKumar Thangavel1-8/+16
2021-11-23dccp: Inline dccp_listen_start().Kuniyuki Iwashima1-16/+11
2021-11-23dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima3-5/+5
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski4-33/+6
2021-11-23net/smc: Ensure the active closing peer first closes clcsockTony Lu1-0/+6
2021-11-23net/smc: Clean up local struct sock variablesTony Lu1-2/+2