summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-10-01mctp: Add input reassembly testsJeremy Kerr1-0/+134
2021-10-01mctp: Add route input to socket testsJeremy Kerr1-0/+131
2021-10-01mctp: Add packet rx testsJeremy Kerr1-3/+64
2021-10-01mctp: Add test utilsJeremy Kerr3-0/+90
2021-10-01mctp: Add initial test structure and fragmentation testJeremy Kerr3-0/+216
2021-09-30net: sched: Use struct_size() helper in kvmalloc()Gustavo A. R. Silva1-1/+1
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski37-254/+451
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2-12/+54
2021-09-30mptcp: use batch snmp operations in mptcp_seq_show()Eric Dumazet1-10/+7
2021-09-30net: snmp: inline snmp_get_cpu_field()Eric Dumazet1-6/+0
2021-09-30tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang2-4/+11
2021-09-30tcp: adjust sndbuf according to sk_reserved_memWei Wang1-2/+12
2021-09-30net: add new socket option SO_RESERVE_MEMWei Wang3-2/+71
2021-09-30net: dev_addr_list: handle first address in __hw_addr_add_exJakub Kicinski1-0/+6
2021-09-30net: sched: flower: protect fl_walk() with rcuVlad Buslov1-0/+6
2021-09-30dissector: do not set invalid PPP protocolBoris Sukholitko1-2/+1
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni2-19/+3
2021-09-29net_sched: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva1-3/+4
2021-09-29devlink: Add missed notifications iteratorsLeon Romanovsky1-2/+21
2021-09-29net/ipv4/datagram.c: remove superfluous header files from datagram.cMianhan Liu1-1/+0
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-28net: qrtr: combine nameservice into main moduleLuca Weiss2-1/+2
2021-09-28net: ipv4: remove superfluous header files from fib_notifier.cMianhan Liu1-1/+0
2021-09-28net: bridge: mcast: Associate the seqcount with its protecting lock.Thomas Gleixner2-5/+3
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-28bpf, test, cgroup: Use sk_{alloc,free} for test casesDaniel Borkmann1-5/+9
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