summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2022-02-21bonding: add new option ns_ip6_targetHangbin Liu-0/+11
2022-02-21bonding: add new parameter ns_targetsHangbin Liu-1/+18
2022-02-21bonding: add extra field for bond_opt_valueHangbin Liu-9/+18
2022-02-21ipv6: separate ndisc_ns_create() from ndisc_send_ns()Hangbin Liu-0/+5
2022-02-21ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel-0/+1
2022-02-20net: tcp: add skb drop reasons to tcp_add_backlog()Menglong Dong-1/+2
2022-02-20netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso-3/+1
2022-02-19net: dsa: remove pcs_pollRussell King (Oracle)-5/+0
2022-02-19net: Force inlining of checksum functions in net/checksum.hChristophe Leroy-23/+24
2022-02-18mctp: replace mctp_address_ok with more fine-grained helpersJeremy Kerr-1/+11
2022-02-18net: Add new protocol attribute to IP addressesJacques de Laval-0/+4
2022-02-18net: dsa: add support for phylink mac_select_pcs()Russell King (Oracle)-0/+3
2022-02-18net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet-2/+2
2022-02-18net: gro: Fix a 'directive in macro's argument list' sparse warningGal Pressman-2/+3
2022-02-17net: dsa: delete unused exported symbols for ethtool PHY statsVladimir Oltean-3/+0
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+14
2022-02-17ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet-4/+6
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva-2/+2
2022-02-16mptcp: mptcp_parse_option is no longer exportedMatthieu Baerts-6/+0
2022-02-16ipv6: per-netns exclusive flowlabel checksWillem de Bruijn-2/+6
2022-02-16mac80211: Handle station association response with EHTIlan Peer-0/+4
2022-02-16mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer-0/+2
2022-02-16cfg80211: Support configuration of station EHT capabilitiesIlan Peer-0/+4
2022-02-16cfg80211: add NO-EHT flag to regulatoryIlan Peer-0/+2
2022-02-16nl80211: add EHT MCS supportVeerendranath Jakkam-0/+11
2022-02-16cfg80211: Add support for EHT 320 MHz channel widthJia Ding-1/+6
2022-02-16cfg80211: Add data structures to capture EHT capabilitiesIlan Peer-0/+63
2022-02-16net: dsa: add explicit support for host bridge VLANsVladimir Oltean-0/+10
2022-02-16net: switchdev: introduce switchdev_handle_port_obj_{add,del} for foreign int...Vladimir Oltean-0/+39
2022-02-16net: bridge: switchdev: differentiate new VLANs from changed onesVladimir Oltean-0/+7
2022-02-15bonding: fix data-races around agg_select_timerEric Dumazet-1/+1
2022-02-14net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean-0/+1
2022-02-14ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin-2/+0
2022-02-11Merge tag 'wireless-next-2022-02-11' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller-11/+22
2022-02-11ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet-2/+1
2022-02-11net/smc: Add global configure for handshake limitation by netlinkD. Wythe-0/+2
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+13
2022-02-10net: make net->dev_unreg_count atomicEric Dumazet-1/+1
2022-02-10net: mac802154: Set durations automaticallyMiquel Raynal-0/+2
2022-02-10net: mac802154: Convert the symbol duration into nanosecondsMiquel Raynal-2/+2
2022-02-10Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/l...David S. Miller-0/+22
2022-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski-65/+17
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-3/+3
2022-02-09mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag controlMatt Johnston-1/+10
2022-02-09mctp: Add helper for address match checkingJeremy Kerr-0/+5
2022-02-09net: fix a memleak when uncloning an skb dst and its metadataAntoine Tenart-1/+0
2022-02-09net: do not keep the dst cache when uncloning an skb dst and its metadataAntoine Tenart-0/+13
2022-02-09netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso-0/+9
2022-02-09netfilter: cttimeout: use option structureFlorian Westphal-2/+6
2022-02-09netfilter: ecache: don't use nf_conn spinlockFlorian Westphal-1/+1