summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Fix misc new gcc warningsLinus Torvalds1-1/+1
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2021-04-27Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+5
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-2/+2
2021-04-27cfg80211: fix locking in netlink owner interface destructionJohannes Berg2-9/+36
2021-04-26Merge tag 'nfsd-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds8-261/+183
2021-04-26Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-81/+67
2021-04-26Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+8
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-6/+4
2021-04-24Revert "net/rds: Avoid potential use after free in rds_send_remove_from_sock"Linus Torvalds2-2/+1
2021-04-23bluetooth: eliminate the potential race condition when removing the HCI contr...Lin Ma1-4/+8
2021-04-23afs: Don't truncate iter during data fetchDavid Howells1-4/+5
2021-04-17netlink: don't call ->netlink_bind with table lock heldFlorian Westphal1-2/+2
2021-04-14ethtool: pause: make sure we init driver statsJakub Kicinski1-4/+4
2021-04-14gro: ensure frag0 meets IP header alignmentEric Dumazet1-1/+2
2021-04-14net/sctp: fix race condition in sctp_destroy_sockOr Cohen1-8/+5
2021-04-14net: Make tcp_allowed_congestion_control readonly in non-init netnsJonathon Reinhart1-3/+13
2021-04-14net: ip6_tunnel: Unregister catch-all devicesHristo Venev1-0/+10
2021-04-14net: sit: Unregister catch-all devicesHristo Venev1-2/+2
2021-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller13-34/+112
2021-04-13netfilter: nftables: clone set element expression templatePablo Neira Ayuso1-12/+34
2021-04-13netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal4-8/+8
2021-04-13ethtool: fix kdoc attr nameJakub Kicinski1-3/+3
2021-04-10netfilter: arp_tables: add pre_exit hook for table unregisterFlorian Westphal2-3/+16
2021-04-10netfilter: bridge: add pre_exit hooks for ebtable unregistrationFlorian Westphal4-6/+48
2021-04-10netfilter: nft_limit: avoid possible divide error in nft_limit_initEric Dumazet1-2/+2
2021-04-09net: fix hangup on napi_disable for threaded napiPaolo Abeni1-1/+2
2021-04-09net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum1-3/+5
2021-04-09treewide: Change list_sort to use const pointersSami Tolvanen1-2/+2
2021-04-09net: sched: sch_teql: fix null-pointer dereferencePavel Tikhomirov1-0/+3
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-7/+5
2021-04-09Merge tag 'mac80211-for-net-2021-04-08.2' of git://git.kernel.org/pub/scm/lin...David S. Miller7-16/+28
2021-04-08ipv6: report errors for iftoken via netlink extackStephen Hemminger3-8/+29
2021-04-08net: sched: fix err handler in tcf_action_init()Vlad Buslov2-13/+18
2021-04-08net: sched: fix action overwrite reference countingVlad Buslov2-11/+20
2021-04-08Revert "net: sched: bump refcount for new action in ACT replace mode"Vlad Buslov1-3/+0
2021-04-08nl80211: fix beacon head validationJohannes Berg1-1/+5
2021-04-08nl80211: fix potential leak of ACL paramsJohannes Berg1-2/+2
2021-04-08cfg80211: check S1G beacon compat element lengthJohannes Berg1-6/+8
2021-04-08cfg80211: remove WARN_ON() in cfg80211_sme_connectDu Cheng1-1/+1
2021-04-08mac80211: fix time-is-after bug in mlmeBen Greear1-1/+4
2021-04-08mac80211: fix TXQ AC confusionJohannes Berg1-1/+1
2021-04-08rfkill: revert back to old userspace API by defaultJohannes Berg1-3/+4
2021-04-08mac80211: clear sta->fast_rx when STA removed from 4-addr VLANSeevalamuthu Mariappan1-1/+3
2021-04-08Merge tag 'ieee802154-for-davem-2021-04-07' of git://git.kernel.org/pub/scm/l...David S. Miller3-12/+65
2021-04-08ethtool: Add lanes parameter for ETHTOOL_LINK_MODE_10000baseR_FEC_BITDanielle Ratson1-0/+1
2021-04-08ethtool: Remove link_mode param and derive link params from driverDanielle Ratson2-17/+17
2021-04-08net: tipc: Fix spelling errors in net/tipc moduleZheng Yongjun3-5/+5
2021-04-08net: hsr: Reset MAC header for Tx pathKurt Kanzenbach2-6/+1
2021-04-08net/rds: Avoid potential use after free in rds_send_remove_from_sockAditya Pakki2-1/+2