summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | IPv6: Add "offload failed" indication to routesAmit Cohen2021-02-081-2/+3
* | | | IPv4: Add "offload failed" indication to routesAmit Cohen2021-02-081-1/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2021-02-065-15/+18
|\ \ \ \
| * | | | netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso2021-01-271-1/+0
| * | | | netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso2021-01-274-9/+9
| * | | | netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2021-01-273-5/+5
| * | | | netfilter: flowtable: add hash offset field to tuplePablo Neira Ayuso2021-01-261-0/+4
* | | | | netfilter: move handlers to net/ip_vs.hLeon Romanovsky2021-02-041-0/+11
* | | | | net/core: move gro function declarations to separate headerLeon Romanovsky2021-02-041-0/+12
* | | | | ipv6: move udp declarations to net/udp.hLeon Romanovsky2021-02-041-0/+3
* | | | | udp: call udp_encap_enable for v6 sockets when enabling encapXin Long2021-02-042-2/+2
* | | | | tcp: use a smaller percpu_counter batch size for sk_allocWei Wang2021-02-031-2/+6
* | | | | net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez2021-02-031-1/+6
* | | | | net: use indirect call helpers for dst_mtuBrian Vazquez2021-02-031-1/+3
* | | | | net: use indirect call helpers for dst_outputBrian Vazquez2021-02-031-1/+7
* | | | | net: use indirect call helpers for dst_inputBrian Vazquez2021-02-031-1/+5
* | | | | Merge tag 'mac80211-next-for-net-next-2021-02-02' of git://git.kernel.org/pub...Jakub Kicinski2021-02-021-1/+3
|\ \ \ \ \
| * | | | | cfg80211: fix netdev registration deadlockJohannes Berg2021-02-011-1/+3
* | | | | | net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen2021-02-022-8/+3
* | | | | | net: Pass 'net' struct as first argument to fib6_info_hw_flags_set()Amit Cohen2021-02-021-2/+3
* | | | | | net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen2021-02-021-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-02-022-2/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi2021-02-011-1/+1
| * | | | | net: sched: replaced invalid qdisc tree flush helper in qdisc_replaceAlexander Ovechkin2021-02-011-1/+1
* | | | | | tcp: shrink inet_connection_sock icsk_mtup enabled and probe_sizeNeal Cardwell2021-01-291-3/+3
* | | | | | net: dsa: add a second tagger for Ocelot switches based on tag_8021qVladimir Oltean2021-01-291-0/+2
* | | | | | net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean2021-01-291-0/+9
* | | | | | net: dsa: keep a copy of the tagging protocol in the DSA switch treeVladimir Oltean2021-01-291-1/+6
* | | | | | ip_gre: add csum offload support for gre headerXin Long2021-01-291-12/+7
* | | | | | net: flow_offload: Add original direction flag to ct_metadataPaul Blakey2021-01-291-0/+1
* | | | | | nexthop: Use enum to encode notification typeIdo Schimmel2021-01-281-1/+6
* | | | | | nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata2021-01-281-1/+6
* | | | | | net/af_iucv: don't track individual TX skbs for TRANS_HIPER socketsJulian Wiedmann2021-01-281-1/+1
* | | | | | net/af_iucv: count packets in the xmit pathJulian Wiedmann2021-01-281-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-283-1/+6
|\| | | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-01-271-0/+2
| |\ \ \ \ \
| | * | | | | netfilter: nft_dynset: honor stateful expressions in set definitionPablo Neira Ayuso2021-01-161-0/+2
| * | | | | | net: lapb: Add locking to the lapb moduleXie He2021-01-261-0/+2
| * | | | | | tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-01-231-1/+1
| * | | | | | tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen2021-01-231-0/+1
* | | | | | | Merge tag 'mlx5-updates-2021-01-13' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2021-01-281-0/+100
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | devlink: Support get and set state of port functionParav Pandit2021-01-221-0/+32
| * | | | | | devlink: Support add and delete devlink portParav Pandit2021-01-221-0/+52
| * | | | | | devlink: Introduce PCI SF port flavour and port attributeParav Pandit2021-01-221-0/+16
* | | | | | | devlink: Add DMAC filter generic packet trapAya Levin2021-01-271-0/+3
* | | | | | | Merge tag 'mac80211-next-for-net-next-2021-01-27' of git://git.kernel.org/pub...Jakub Kicinski2021-01-274-93/+261
|\ \ \ \ \ \ \
| * | | | | | | cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-262-20/+94
| * | | | | | | cfg80211: change netdev registration/unregistration semanticsJohannes Berg2021-01-221-8/+32
| * | | | | | | cfg80211: Add phyrate conversion support for extended MCS in 60GHz bandMax Chen2021-01-221-0/+2
| * | | | | | | mac80211: add rx decapsulation offload supportFelix Fietkau2021-01-211-0/+16