summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-02-11ipv6: Reject routes configurations that specify dsfield (tos)Guillaume Nault
2022-02-11net: dsa: remove lockdep class for DSA slave address listVladimir Oltean
2022-02-11net: dsa: remove lockdep class for DSA master address listVladimir Oltean
2022-02-11net: dsa: remove ndo_get_phys_port_name and ndo_get_port_parent_idVladimir Oltean
2022-02-11net/smc: Add global configure for handshake limitation by netlinkD. Wythe
2022-02-11net/smc: Dynamic control handshake limitation by socket optionsD. Wythe
2022-02-11net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe
2022-02-11net/smc: Limit backlog connectionsD. Wythe
2022-02-11net/smc: Make smc_tcp_listen_work() independentD. Wythe
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-10Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-02-10net/switchdev: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)
2022-02-10ipv4: Reject again rules with high DSCP valuesGuillaume Nault
2022-02-10net: make net->dev_unreg_count atomicEric Dumazet
2022-02-10net: mpls: Fix GCC 12 warningVictor Erminpour
2022-02-10skbuff: cleanup double word in commentTom Rix
2022-02-10net: ping6: support setting socket options via cmsgJakub Kicinski
2022-02-10net: ping6: support packet timestampingJakub Kicinski
2022-02-10net: ping6: remove a pr_debug() statementJakub Kicinski
2022-02-10Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/l...David S. Miller
2022-02-10tipc: improve size validations for received domain recordsJon Maloy
2022-02-09mptcp: netlink: process IPv6 addrs in creating listening socketsKishen Maloor
2022-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-02-09tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-09net: drop_monitor: support drop reasonMenglong Dong
2022-02-09bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki
2022-02-09vlan: move dev_put into vlan_dev_uninitXin Long
2022-02-09vlan: introduce vlan_dev_free_egress_priorityXin Long
2022-02-09ax25: fix UAF bugs of net_device caused by rebinding operationDuoming Zhou
2022-02-09net: dsa: fix panic when DSA master device unbinds on shutdownVladimir Oltean
2022-02-09tipc: rate limit warning for received illegal binding updateJon Maloy
2022-02-09Merge tag 'linux-can-fixes-for-5.17-20220209' of git://git.kernel.org/pub/scm...David S. Miller
2022-02-09mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag controlMatt Johnston
2022-02-09mctp: Allow keys matching any local addressJeremy Kerr
2022-02-09mctp: Add helper for address match checkingJeremy Kerr
2022-02-09mctp: tests: Add key state testsJeremy Kerr
2022-02-09mctp: tests: Rename FL_T macro to FL_TOJeremy Kerr
2022-02-09ip6_tunnel: fix possible NULL deref in ip6_tnl_xmitEric Dumazet
2022-02-09ax25: fix NPD bug in ax25_disconnectDuoming Zhou
2022-02-09netfilter: ctnetlink: use dump structure instead of raw argsFlorian Westphal
2022-02-09nfqueue: enable to set skb->priorityNicolas Dichtel
2022-02-09netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso
2022-02-09netfilter: cttimeout: use option structureFlorian Westphal
2022-02-09netfilter: ecache: don't use nf_conn spinlockFlorian Westphal
2022-02-09can: isotp: fix error path in isotp_sendmsg() to unlock wait queueOliver Hartkopp
2022-02-09can: isotp: fix potential CAN frame reception race in isotp_rcv()Oliver Hartkopp
2022-02-08ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet
2022-02-08net: remove default_device_exit()Eric Dumazet
2022-02-08can: gw: switch cangw_pernet_exit() to batch modeEric Dumazet