summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | net: add dev->dev_registered_trackerEric Dumazet2022-02-081-2/+4
| * | | | | | | | | | | | | | | | | | ipv4: Use dscp_t in struct fib_aliasGuillaume Nault2022-02-074-34/+45
| * | | | | | | | | | | | | | | | | | ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault2022-02-072-3/+15
| * | | | | | | | | | | | | | | | | | ipv4: Stop taking ECN bits into account in fib4-rulesGuillaume Nault2022-02-071-8/+10
| * | | | | | | | | | | | | | | | | | ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault2022-02-071-6/+13
| * | | | | | | | | | | | | | | | | | ip6mr: fix use-after-free in ip6mr_sk_done()Eric Dumazet2022-02-072-3/+7
| * | | | | | | | | | | | | | | | | | caif: cleanup double word in commentTom Rix2022-02-071-1/+1
| * | | | | | | | | | | | | | | | | | net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong2022-02-071-3/+7
| * | | | | | | | | | | | | | | | | | net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()Menglong Dong2022-02-071-3/+9
| * | | | | | | | | | | | | | | | | | net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()Menglong Dong2022-02-071-2/+3
| * | | | | | | | | | | | | | | | | | net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong2022-02-071-4/+10
| * | | | | | | | | | | | | | | | | | net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong2022-02-071-2/+10
| * | | | | | | | | | | | | | | | | | net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong2022-02-071-1/+2
| * | | | | | | | | | | | | | | | | | net: initialize init_net earlierEric Dumazet2022-02-062-14/+6
| * | | | | | | | | | | | | | | | | | net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang2022-02-067-107/+171
| * | | | | | | | | | | | | | | | | | skmsg: convert struct sk_msg_sg::copy to a bitmapEric Dumazet2022-02-051-2/+2
| * | | | | | | | | | | | | | | | | | net: refine dev_put()/dev_hold() debuggingEric Dumazet2022-02-052-4/+4
| * | | | | | | | | | | | | | | | | | ip6mr: ip6mr_sk_done() can exit early in common casesEric Dumazet2022-02-051-0/+3
| * | | | | | | | | | | | | | | | | | ipv6: make mc_forwarding atomicEric Dumazet2022-02-054-8/+8
| * | | | | | | | | | | | | | | | | | net: gro: minor optimization for dev_gro_receive()Paolo Abeni2022-02-051-11/+4
| * | | | | | | | | | | | | | | | | | net: gro: avoid re-computing truesize twice on recyclePaolo Abeni2022-02-051-1/+0
| * | | | | | | | | | | | | | | | | | net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey2022-02-054-23/+45
| * | | | | | | | | | | | | | | | | | mptcp: allow to use port and non-signal in set_flagsGeliang Tang2022-02-041-7/+6
| * | | | | | | | | | | | | | | | | | ipv6: ioam: Insertion frequency in lwtunnel outputJustin Iurman2022-02-041-2/+57
| * | | | | | | | | | | | | | | | | | net: don't include ndisc.h from ipv6.hJakub Kicinski2022-02-043-0/+3
| * | | | | | | | | | | | | | | | | | tls: cap the output scatter list to something reasonableJakub Kicinski2022-02-041-1/+2
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | net: minor __dev_alloc_name() optimizationEric Dumazet2022-02-031-2/+2
| * | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-0322-71/+249
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | page_pool: Refactor page_pool to enable fragmenting after allocationAlexander Duyck2022-02-031-13/+10
| * | | | | | | | | | | | | | | | | | mptcp: set fullmesh flag in pm_netlinkGeliang Tang2022-02-031-9/+28
| * | | | | | | | | | | | | | | | | | mptcp: print out reset infos of MP_RSTGeliang Tang2022-02-031-0/+2
| * | | | | | | | | | | | | | | | | | mptcp: clarify when options can be usedMatthieu Baerts2022-02-031-2/+21
| * | | | | | | | | | | | | | | | | | mptcp: reduce branching when writing MP_FAIL optionMatthieu Baerts2022-02-031-11/+19
| * | | | | | | | | | | | | | | | | | mptcp: move the declarations of ssk and subflowGeliang Tang2022-02-031-6/+3
| * | | | | | | | | | | | | | | | | | tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov2022-02-023-10/+8
| * | | | | | | | | | | | | | | | | | net: dsa: tag_qca: add support for handling mgmt and MIB Ethernet packetAnsuel Smith2022-02-021-3/+36
| * | | | | | | | | | | | | | | | | | net: dsa: tag_qca: add define for handling MIB packetAnsuel Smith2022-02-021-0/+4
| * | | | | | | | | | | | | | | | | | net: dsa: tag_qca: add define for handling mgmt Ethernet packetAnsuel Smith2022-02-021-3/+12
| * | | | | | | | | | | | | | | | | | net: dsa: tag_qca: enable promisc_on_master flagAnsuel Smith2022-02-021-0/+1
| * | | | | | | | | | | | | | | | | | net: dsa: tag_qca: move define to include linux/dsaAnsuel Smith2022-02-021-15/+1
| * | | | | | | | | | | | | | | | | | net: dsa: tag_qca: convert to FIELD macroAnsuel Smith2022-02-021-19/+15
| * | | | | | | | | | | | | | | | | | net: dsa: replay master state events in dsa_tree_{setup,teardown}_masterVladimir Oltean2022-02-021-4/+24
| * | | | | | | | | | | | | | | | | | net: dsa: provide switch operations for tracking the master stateVladimir Oltean2022-02-024-0/+106
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | net: allow SO_MARK with CAP_NET_RAW via cmsgJakub Kicinski2022-02-011-1/+2
| * | | | | | | | | | | | | | | | | net/smc: Cork when sendpage with MSG_SENDPAGE_NOTLAST flagTony Lu2022-01-313-2/+23
| * | | | | | | | | | | | | | | | | net/smc: Remove corked dealyed workTony Lu2022-01-311-9/+6
| * | | | | | | | | | | | | | | | | net/smc: Send directly when TCP_CORK is clearedTony Lu2022-01-313-12/+18
| * | | | | | | | | | | | | | | | | tcp: Change SYN ACK retransmit behaviour to account for rehashAkhmat Karakotov2022-01-312-2/+5
| * | | | | | | | | | | | | | | | | bpf: Add SO_TXREHASH setsockoptAkhmat Karakotov2022-01-311-0/+10
| * | | | | | | | | | | | | | | | | txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov2022-01-312-0/+16