summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-021-1/+1
| * net: sched: replaced invalid qdisc tree flush helper in qdisc_replaceAlexander Ovechkin2021-02-021-1/+1
* | tcp: shrink inet_connection_sock icsk_mtup enabled and probe_sizeNeal Cardwell2021-01-301-3/+3
* | net: dsa: add a second tagger for Ocelot switches based on tag_8021qVladimir Oltean2021-01-301-0/+2
* | net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean2021-01-301-0/+9
* | net: dsa: keep a copy of the tagging protocol in the DSA switch treeVladimir Oltean2021-01-301-1/+6
* | ip_gre: add csum offload support for gre headerXin Long2021-01-301-12/+7
* | net: flow_offload: Add original direction flag to ct_metadataPaul Blakey2021-01-301-0/+1
* | nexthop: Use enum to encode notification typeIdo Schimmel2021-01-291-1/+6
* | nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata2021-01-291-1/+6
* | net/af_iucv: don't track individual TX skbs for TRANS_HIPER socketsJulian Wiedmann2021-01-291-1/+1
* | net/af_iucv: count packets in the xmit pathJulian Wiedmann2021-01-291-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-293-1/+6
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-01-281-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-271-0/+2
| * | tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-01-241-1/+1
| * | tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen2021-01-241-0/+1
* | | Merge tag 'mlx5-updates-2021-01-13' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2021-01-291-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-281-0/+3
* | | | Merge tag 'mac80211-next-for-net-next-2021-01-27' of git://git.kernel.org/pub...Jakub Kicinski2021-01-284-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
| * | | | net/fq_impl: do not maintain a backlog-sorted list of flowsFelix Fietkau2021-01-212-52/+71
| * | | | net/fq_impl: drop get_default_func, move default flow to fq_tinFelix Fietkau2021-01-212-6/+6
| * | | | net/fq_impl: bulk-free packets from a flow on overmemoryFelix Fietkau2021-01-211-11/+44
* | | | | net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary2021-01-271-1/+2
* | | | | mlxsw: Register physical ports as a devlink resourceDanielle Ratson2021-01-231-0/+2
* | | | | sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy2021-01-231-0/+36
* | | | | net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy2021-01-231-1/+2
* | | | | net: sched: Add multi-queue support to sch_tree_lockMaxim Mikityanskiy2021-01-231-4/+10
* | | | | tcp: remove unused ICSK_TIME_EARLY_RETRANSPengcheng Yang2021-01-231-3/+1
|/ / / /
* | | | net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu2021-01-211-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-204-6/+20
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2021-01-201-5/+12
| * | tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen2021-01-191-0/+3
| * | cfg80211: fix a kerneldoc markupMauro Carvalho Chehab2021-01-141-1/+1
| * | cfg80211/mac80211: fix kernel-doc for SAR APIsJohannes Berg2021-01-082-1/+5
| |/
* | net/bonding: Declare TLS RX device offload supportTariq Toukan2021-01-191-1/+1
* | net/bonding: Implement TLS TX device offloadTariq Toukan2021-01-191-0/+2
* | net/bonding: Implement ndo_sk_get_lower_devTariq Toukan2021-01-191-0/+2
* | net_sched: fix RTNL deadlock again caused by request_module()Cong Wang2021-01-191-1/+4
* | net: dsa: add ops for devlink-sbVladimir Oltean2021-01-161-0/+34
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-01-161-0/+19
|\ \