summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-09-29net/dsa/tag_ksz.c: remove superfluous headersMianhan Liu1-1/+0
2021-09-29net/dsa/tag_8021q.c: remove superfluous headersMianhan Liu1-1/+0
2021-09-29net: bridge: Use array_size() helper in copy_to_user()Gustavo A. R. Silva1-3/+5
2021-09-29ethtool: ioctl: Use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva1-5/+7
2021-09-29mctp: Warn if pointer is set for a wrong dev typeMatt Johnston1-7/+24
2021-09-29mctp: Set route MTU via netlinkMatt Johnston1-1/+13
2021-09-29mctp: Do inits as a subsys_initcallJeremy Kerr1-1/+1
2021-09-29mctp: Add tracepoints for tag/key handlingJeremy Kerr2-1/+17
2021-09-29mctp: Implement a timeout for tagsJeremy Kerr2-0/+52
2021-09-29mctp: Add refcounts to mctp_devJeremy Kerr3-13/+20
2021-09-29mctp: locking, lifetime and validity changes for sk_keysJeremy Kerr2-38/+94
2021-09-29mctp: Allow local delivery to the null EIDJeremy Kerr1-0/+23
2021-09-29mctp: Allow MCTP on tun devicesMatt Johnston2-7/+13
2021-09-29net: qrtr: combine nameservice into main moduleLuca Weiss2-1/+2
2021-09-29net: ipv4: remove superfluous header files from fib_notifier.cMianhan Liu1-1/+0
2021-09-29net: bridge: mcast: Associate the seqcount with its protecting lock.Thomas Gleixner2-5/+3
2021-09-29Bluetooth: Fix handling of experimental feature for codec offloadMarcel Holtmann1-13/+4
2021-09-29Bluetooth: Fix handling of experimental feature for quality reportsMarcel Holtmann1-11/+4
2021-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+9
2021-09-28net/tls: support SM4 CCM algorithmTianjia Zhang1-4/+16
2021-09-28af_unix: Return errno instead of NULL in unix_create1().Kuniyuki Iwashima1-17/+32
2021-09-28net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet2-6/+6
2021-09-28net: ipv6: use ipv6-y directly instead of ipv6-objsMasahiro Yamada1-4/+2
2021-09-28net: ipv6: squash $(ipv6-offload) in MakefileMasahiro Yamada1-3/+2
2021-09-28net: mac80211: check return value of rhashtable_initMichelleJin1-1/+4
2021-09-28net: ipv6: check return value of rhashtable_initMichelleJin3-6/+12
2021-09-28Bluetooth: Fix wrong opcode when LL privacy enabledYun-Hao Chung1-1/+1
2021-09-28Bluetooth: Fix Advertisement Monitor Suspend/ResumeManish Mandlik3-21/+116
2021-09-28bpf, test, cgroup: Use sk_{alloc,free} for test casesDaniel Borkmann1-5/+9
2021-09-28xsk: Optimize for aligned caseMagnus Karlsson2-37/+34
2021-09-28xsk: Batched buffer allocation for the poolMagnus Karlsson2-4/+95
2021-09-27net: dsa: Move devlink registration to be last devlink commandLeon Romanovsky1-6/+4
2021-09-27devlink: Notify users when objects are accessibleLeon Romanovsky1-14/+93
2021-09-27Merge tag 'mac80211-for-net-2021-09-27' of git://git.kernel.org/pub/scm/linux...David S. Miller6-7/+26
2021-09-27net/ipv4/tcp_nv.c: remove superfluous header files from tcp_nv.cMianhan Liu1-1/+0
2021-09-27net: make napi_disable() symmetric with enableJakub Kicinski1-6/+12
2021-09-27mac80211: check return value of rhashtable_initMichelleJin1-1/+4
2021-09-27mac80211: fix use-after-free in CCMP/GCMP RXJohannes Berg1-0/+6
2021-09-26net: prevent user from passing illegal stab size王贇1-0/+6
2021-09-25mptcp: re-arm retransmit timer if data is pendingFlorian Westphal1-3/+18
2021-09-25mptcp: remove tx_pending_dataFlorian Westphal2-5/+0
2021-09-25mptcp: use lockdep_assert_held_once() instead of open-coding itPaolo Abeni1-6/+3
2021-09-25mptcp: use OPTIONS_MPTCP_MPCGeliang Tang1-5/+2
2021-09-25mptcp: do not shrink snd_nxt when recoveringFlorian Westphal2-17/+34
2021-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski11-147/+270
2021-09-24rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()Jiasheng Jiang1-1/+1
2021-09-24tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng3-8/+11
2021-09-24devlink: Remove single line function obfuscationsLeon Romanovsky1-55/+34
2021-09-24devlink: Delete not used port parameters APIsLeon Romanovsky1-42/+0
2021-09-24net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2-9/+12