summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-10-01Revert "Merge branch 'mctp-kunit-tests'"David S. Miller
2021-10-01devlink: report maximum number of snapshots with regionsJacob Keller
2021-10-01mctp: Add input reassembly testsJeremy Kerr
2021-10-01mctp: Add route input to socket testsJeremy Kerr
2021-10-01mctp: Add packet rx testsJeremy Kerr
2021-10-01mctp: Add test utilsJeremy Kerr
2021-10-01mctp: Add initial test structure and fragmentation testJeremy Kerr
2021-09-30net: sched: Use struct_size() helper in kvmalloc()Gustavo A. R. Silva
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-09-30mptcp: use batch snmp operations in mptcp_seq_show()Eric Dumazet
2021-09-30net: snmp: inline snmp_get_cpu_field()Eric Dumazet
2021-09-30tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang
2021-09-30tcp: adjust sndbuf according to sk_reserved_memWei Wang
2021-09-30net: add new socket option SO_RESERVE_MEMWei Wang
2021-09-30net: dev_addr_list: handle first address in __hw_addr_add_exJakub Kicinski
2021-09-30net: sched: flower: protect fl_walk() with rcuVlad Buslov
2021-09-30dissector: do not set invalid PPP protocolBoris Sukholitko
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni
2021-09-29net_sched: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva
2021-09-29devlink: Add missed notifications iteratorsLeon Romanovsky
2021-09-29net/ipv4/datagram.c: remove superfluous header files from datagram.cMianhan Liu
2021-09-29net/dsa/tag_ksz.c: remove superfluous headersMianhan Liu
2021-09-29net/dsa/tag_8021q.c: remove superfluous headersMianhan Liu
2021-09-29net: bridge: Use array_size() helper in copy_to_user()Gustavo A. R. Silva
2021-09-29ethtool: ioctl: Use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva
2021-09-29mctp: Warn if pointer is set for a wrong dev typeMatt Johnston
2021-09-29mctp: Set route MTU via netlinkMatt Johnston
2021-09-29mctp: Do inits as a subsys_initcallJeremy Kerr
2021-09-29mctp: Add tracepoints for tag/key handlingJeremy Kerr
2021-09-29mctp: Implement a timeout for tagsJeremy Kerr
2021-09-29mctp: Add refcounts to mctp_devJeremy Kerr
2021-09-29mctp: locking, lifetime and validity changes for sk_keysJeremy Kerr
2021-09-29mctp: Allow local delivery to the null EIDJeremy Kerr
2021-09-29mctp: Allow MCTP on tun devicesMatt Johnston
2021-09-28net: qrtr: combine nameservice into main moduleLuca Weiss
2021-09-28net: ipv4: remove superfluous header files from fib_notifier.cMianhan Liu
2021-09-28net: bridge: mcast: Associate the seqcount with its protecting lock.Thomas Gleixner
2021-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-09-28net/tls: support SM4 CCM algorithmTianjia Zhang
2021-09-28af_unix: Return errno instead of NULL in unix_create1().Kuniyuki Iwashima
2021-09-28net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet
2021-09-28net: ipv6: use ipv6-y directly instead of ipv6-objsMasahiro Yamada
2021-09-28net: ipv6: squash $(ipv6-offload) in MakefileMasahiro Yamada
2021-09-28net: mac80211: check return value of rhashtable_initMichelleJin
2021-09-28net: ipv6: check return value of rhashtable_initMichelleJin
2021-09-28bpf, test, cgroup: Use sk_{alloc,free} for test casesDaniel Borkmann
2021-09-27net: dsa: Move devlink registration to be last devlink commandLeon Romanovsky
2021-09-27devlink: Notify users when objects are accessibleLeon Romanovsky
2021-09-27Merge tag 'mac80211-for-net-2021-09-27' of git://git.kernel.org/pub/scm/linux...David S. Miller