aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-09net: use dev_addr_set()Jakub Kicinski4-4/+4
2021-10-08net: introduce a function to check if a netdev name is in useAntoine Tenart1-4/+10
2021-10-08vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe2-21/+39
2021-10-08vsock: Refactor vsock_*_getsockopt to resemble sock_getsockoptRichard Palethorpe1-37/+28
2021-10-08net-sysfs: try not to restart the syscall if it will fail eventuallyAntoine Tenart1-0/+55
2021-10-08net/sched: sch_ets: properly init all active DRR list handlesDavide Caratti1-3/+9
2021-10-08eth: platform: add a helper for loading netdev->dev_addrJakub Kicinski1-0/+20
2021-10-08ethernet: un-export nvmem_get_mac_address()Jakub Kicinski1-1/+0
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski18-94/+174
2021-10-07Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-1/+1
2021-10-07net: prefer socket bound to interface when not in VRFMike Manning4-4/+8
2021-10-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-4/+5
2021-10-07eth: fwnode: add a helper for loading netdev->dev_addrJakub Kicinski1-0/+20
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-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller1-12/+55
2021-10-06ethtool: Add ability to control transceiver modules' power modeIdo Schimmel4-1/+204
2021-10-06rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet1-1/+1
2021-10-06unix: Fix an issue in unix_shutdown causing the other end read/write failuresJiang Wang1-4/+5
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: annotate data races around nlk->boundEric Dumazet1-4/+10
2021-10-05netlink: remove netlink_broadcast_filteredFlorian Westphal1-21/+2
2021-10-05net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet1-0/+4
2021-10-05net: bridge: fix under estimation in br_get_linkxstats_size()Eric Dumazet1-0/+1
2021-10-05net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()Eric Dumazet1-1/+1
2021-10-04dsa: tag_dsa: Fix mask for trunked packetsAndrew Lunn1-1/+1
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-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-66/+84
2021-10-02netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notificationPablo Neira Ayuso2-13/+36
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-01net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet1-0/+3
2021-10-01SUNRPC: fix sign error causing rpcsec_gss dropsJ. Bruce Fields1-1/+1