summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-204-4/+19
|\
| * net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-131-0/+5
| * inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet2022-01-132-3/+11
| * net: sched: do not allocate a tracker in tcf_exts_init()Eric Dumazet2022-01-111-1/+3
* | Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds2022-01-162-3/+1
|\ \ | |/ |/|
| * net/p9: load default transportsThomas Weißschuh2022-01-101-1/+1
| * 9p/trans_fd: split into dedicated moduleThomas Weißschuh2022-01-101-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-092-2/+4
|\ \
| * | net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey2022-01-091-1/+3
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-01-061-1/+1
| |\ \
| | * | xfrm: fix dflt policy check when there is no policy configuredNicolas Dichtel2021-11-231-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2022-01-093-8/+49
|\ \ \ \
| * | | | netfilter: nft_bitwise: track register operationsPablo Neira Ayuso2022-01-091-0/+2
| * | | | netfilter: nf_tables: add register tracking infrastructurePablo Neira Ayuso2022-01-091-0/+12
| * | | | netfilter: nf_tables: add NFT_REG32_NUMPablo Neira Ayuso2022-01-091-1/+3
| * | | | netfilter: nf_tables: add rule blob layoutPablo Neira Ayuso2022-01-091-4/+18
| * | | | netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal2022-01-091-2/+6
| * | | | netfilter: conntrack: Use max() instead of doing it manuallyJiapeng Chong2022-01-091-1/+1
| * | | | netfilter: conntrack: tag conntracks picked up in local out hookFlorian Westphal2021-12-231-0/+1
| * | | | netfilter: nf_tables: make counter support built-inPablo Neira Ayuso2021-12-231-0/+6
* | | | | Merge tag 'for-net-next-2022-01-07' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-01-091-5/+1
|\ \ \ \ \
| * | | | | Bluetooth: hci_event: Rework hci_inquiry_result_with_rssi_evtLuiz Augusto von Dentz2022-01-061-5/+1
* | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-063-2/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong2022-01-061-0/+1
| * | | | | page_pool: Store the XDP mem idToke Høiland-Jørgensen2022-01-051-2/+7
| * | | | | page_pool: Add callback to init pages when they are allocatedToke Høiland-Jørgensen2022-01-051-0/+2
| * | | | | xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen2022-01-051-0/+3
* | | | | | net: dsa: warn about dsa_port and dsa_switch bit fields being non atomicVladimir Oltean2022-01-061-0/+8
* | | | | | net: dsa: don't enumerate dsa_switch and dsa_port bit fields using commasVladimir Oltean2022-01-061-58/+56
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-01-061-0/+5
|\ \ \ \ \ \
| * | | | | | xfrm: rate limit SA mapping change message to user spaceAntony Antony2021-12-231-0/+5
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-052-2/+22
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | udp6: Use Segment Routing Header for dest address if presentAndrew Lunn2022-01-041-0/+19
| * | | | | | icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Andrew Lunn2022-01-041-0/+1
| * | | | | | seg6: export get_srh() for ICMP handlingAndrew Lunn2022-01-041-0/+1
| * | | | | | sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long2022-01-021-2/+1
* | | | | | | net: dsa: combine two holes in struct dsa_switch_treeVladimir Oltean2022-01-051-3/+3
* | | | | | | net: dsa: move dsa_switch_tree :: ports and lags to first cache lineVladimir Oltean2022-01-051-7/+9
* | | | | | | net: dsa: make dsa_switch :: num_ports an unsigned intVladimir Oltean2022-01-051-1/+1
* | | | | | | net: dsa: merge all bools of struct dsa_switch into a single u32Vladimir Oltean2022-01-051-46/+51
* | | | | | | net: dsa: move dsa_port :: type near dsa_port :: indexVladimir Oltean2022-01-051-2/+4
* | | | | | | net: dsa: merge all bools of struct dsa_port into a single u8Vladimir Oltean2022-01-051-7/+10
* | | | | | | net: dsa: move dsa_port :: stp_state near dsa_port :: macVladimir Oltean2022-01-051-1/+3
| |_|/ / / / |/| | | | |
* | | | | | mac80211: Add stations iterator where the iterator function may sleepMartin Blumenstingl2022-01-041-0/+21
* | | | | | Namespaceify mtu_expires sysctlxu xin2022-01-041-0/+1
* | | | | | Namespaceify min_pmtu sysctlxu xin2022-01-041-0/+2
* | | | | | net/sched: act_ct: Fill offloading tuple iifidxPaul Blakey2022-01-042-0/+54
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-317-3/+14
|\ \ \ \ \ \
| * | | | | | bpf: Invert the dependency between bpf-netns.h and netns/bpf.hJakub Kicinski2021-12-291-1/+8
| * | | | | | net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski2021-12-291-0/+1