summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* sctp: use call_rcu to free endpointXin Long2021-12-252-4/+5
* inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-201-1/+1
* net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey2021-12-171-0/+1
* net/sched: Extend qdisc control block with tc control blockPaul Blakey2021-12-172-2/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-12-081-3/+3
|\
| * netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet2021-12-081-3/+3
* | bonding: make tx_rebalance_counter an atomicEric Dumazet2021-12-031-1/+1
* | tcp: fix another uninit-value (sk_rx_queue_mapping)Eric Dumazet2021-12-031-0/+13
* | ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet2021-12-022-2/+2
* | net: avoid uninit-value from tcp_conn_requestEric Dumazet2021-12-012-3/+16
|/
* wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld2021-11-291-0/+11
* ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-11-291-1/+3
* tcp: fix page frag corruption on page faultPaolo Abeni2021-11-291-5/+8
* Merge tag 'ieee802154-for-net-2021-11-24' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2021-11-241-3/+4
|\
| * net: ieee802154: handle iftypes as u32Alexander Aring2021-11-161-3/+4
* | net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2021-11-222-0/+2
* | page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin2021-11-181-1/+11
* | NFC: add NCI_UNREG flag to eliminate the raceLin Ma2021-11-171-0/+1
|/
* Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-114-14/+38
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-11-091-1/+19
| |\
| | * bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_regJussi Maki2021-11-091-0/+4
| | * bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend2021-11-091-1/+15
| * | llc: fix out-of-bound array index in llc_sk_dev_hash()Eric Dumazet2021-11-071-1/+3
| |/
| * net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-031-2/+6
| * security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long2021-11-031-10/+10
* | Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linuxLinus Torvalds2021-11-093-28/+34
|\ \ | |/ |/|
| * 9p: fix a bunch of checkpatch warningsDominique Martinet2021-11-043-22/+28
| * 9p: fix file headersDominique Martinet2021-11-033-6/+0
| * net/9p: autoload transport modulesThomas Weißschuh2021-11-031-0/+6
* | Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski2021-11-011-6/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-012-4/+4
|\ \
| * | cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi2021-10-291-0/+1
| * | sctp: subtract sctphdr len in sctp_transport_pl_hlenXin Long2021-10-291-1/+2
| * | sctp: reset probe_timer in sctp_transport_pl_updateXin Long2021-10-291-3/+1
| |/
* | net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-011-2/+6
* | tcp: rename sk_wmem_free_skbTalal Ahmad2021-11-012-8/+8
* | amt: add mld report message handlerTaehee Yoo2021-11-011-0/+1
* | amt: add multicast(IGMP) report message handlerTaehee Yoo2021-11-011-1/+103
* | amt: add data plane of amt interfaceTaehee Yoo2021-11-011-0/+47
* | amt: add control plane of amt interfaceTaehee Yoo2021-11-011-0/+235
* | ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski2021-11-011-4/+4
* | devlink: expose get/put functionsJakub Kicinski2021-11-011-0/+12
* | net: dsa: populate supported_interfaces memberMarek Behún2021-11-011-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-11-013-8/+15
|\ \
| * | netfilter: nft_payload: support for inner header matching / manglingPablo Neira Ayuso2021-11-011-0/+2
| * | netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso2021-11-013-8/+13