aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski1-13/+8
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski1-19/+20
2021-10-07device property: move mac addr helpers to eth.cJakub Kicinski1-0/+63
2021-10-07of: net: add a helper for loading netdev->dev_addrJakub Kicinski1-0/+25
2021-10-07of: net: move of_net under net/Jakub Kicinski3-1/+147
2021-10-06ethtool: Add ability to control transceiver modules' power modeIdo Schimmel4-1/+204
2021-10-05Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJakub Kicinski21-959/+2107
2021-10-05netlink: remove netlink_broadcast_filteredFlorian Westphal1-21/+2
2021-10-04net: ipv6: fix use after free of struct seg6_pernet_dataMichelleJin1-1/+1
2021-10-04ipv6: ioam: Add support for the ip6ip6 encapsulationJustin Iurman2-54/+213
2021-10-04ipv6: ioam: Prerequisite patch for ioam6_iptunnelJustin Iurman1-35/+20
2021-10-04ipv6: ioam: Distinguish input and output for hop-limitJustin Iurman2-6/+7
2021-10-03mctp: Add input reassembly testsJeremy Kerr1-0/+134
2021-10-03mctp: Add route input to socket testsJeremy Kerr1-0/+132
2021-10-03mctp: Add packet rx testsJeremy Kerr1-3/+64
2021-10-03mctp: Add test utilsJeremy Kerr3-0/+90
2021-10-03mctp: Add initial test structure and fragmentation testJeremy Kerr3-0/+227
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski4-7/+7
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-02net: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-02net: dsa: tag_ocelot: set the classified VLAN during xmitVladimir Oltean1-0/+39
2021-10-02net:dev: Change napi_gro_complete return type to voidGyumin Hwang1-3/+2
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-38/+127
2021-10-01Bluetooth: Rename driver .prevent_wake to .wakeupLuiz Augusto von Dentz1-6/+7
2021-10-01net/core: disable NET_RX_BUSY_POLL on PREEMPT_RTSebastian Andrzej Siewior1-1/+1
2021-10-01Revert "Merge branch 'mctp-kunit-tests'"David S. Miller6-632/+0
2021-10-01devlink: report maximum number of snapshots with regionsJacob Keller1-0/+5
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-10-01Bluetooth: hci_sock: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz1-63/+37
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-29bpf: Do not invoke the XDP dispatcher for PROG_RUN with single repeatLorenz Bauer1-2/+4
2021-09-29devlink: Add missed notifications iteratorsLeon Romanovsky1-2/+21
2021-09-29Bluetooth: Make use of hci_{suspend,resume}_dev on suspend notifierLuiz Augusto von Dentz1-49/+67
2021-09-29xsk: Fix clang build error in __xp_allocMagnus Karlsson1-1/+0