summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-10-04ipv6: ioam: Add support for the ip6ip6 encapsulationJustin Iurman
2021-10-04ipv6: ioam: Prerequisite patch for ioam6_iptunnelJustin Iurman
2021-10-04ipv6: ioam: Distinguish input and output for hop-limitJustin Iurman
2021-10-03mctp: Add input reassembly testsJeremy Kerr
2021-10-03mctp: Add route input to socket testsJeremy Kerr
2021-10-03mctp: Add packet rx testsJeremy Kerr
2021-10-03mctp: Add test utilsJeremy Kerr
2021-10-03mctp: Add initial test structure and fragmentation testJeremy Kerr
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-10-02net: use eth_hw_addr_set()Jakub Kicinski
2021-10-02net: dsa: tag_ocelot: set the classified VLAN during xmitVladimir Oltean
2021-10-02net:dev: Change napi_gro_complete return type to voidGyumin Hwang
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-10-01net/core: disable NET_RX_BUSY_POLL on PREEMPT_RTSebastian Andrzej Siewior
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-29bpf: Do not invoke the XDP dispatcher for PROG_RUN with single repeatLorenz Bauer
2021-09-29devlink: Add missed notifications iteratorsLeon Romanovsky
2021-09-29xsk: Fix clang build error in __xp_allocMagnus Karlsson
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