summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-02-07net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong1-3/+7
2022-02-07net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()Menglong Dong1-3/+9
2022-02-07net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()Menglong Dong1-2/+3
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong1-4/+10
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong1-2/+10
2022-02-07net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong1-1/+2
2022-02-06net: initialize init_net earlierEric Dumazet2-14/+6
2022-02-06net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang7-107/+171
2022-02-05skmsg: convert struct sk_msg_sg::copy to a bitmapEric Dumazet1-2/+2
2022-02-05net: refine dev_put()/dev_hold() debuggingEric Dumazet2-4/+4
2022-02-05ip6mr: ip6mr_sk_done() can exit early in common casesEric Dumazet1-0/+3
2022-02-05ipv6: make mc_forwarding atomicEric Dumazet4-8/+8
2022-02-05net: gro: minor optimization for dev_gro_receive()Paolo Abeni1-11/+4
2022-02-05net: gro: avoid re-computing truesize twice on recyclePaolo Abeni1-1/+0
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey4-23/+45
2022-02-05mptcp: allow to use port and non-signal in set_flagsGeliang Tang1-7/+6
2022-02-05ipv6: ioam: Insertion frequency in lwtunnel outputJustin Iurman1-2/+57
2022-02-05net: don't include ndisc.h from ipv6.hJakub Kicinski3-0/+3
2022-02-04tls: cap the output scatter list to something reasonableJakub Kicinski1-1/+2
2022-02-04net: minor __dev_alloc_name() optimizationEric Dumazet1-2/+2
2022-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-71/+249
2022-02-04Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds21-69/+247
2022-02-04ax25: fix reference count leaks of ax25_devDuoming Zhou3-16/+36
2022-02-03page_pool: Refactor page_pool to enable fragmenting after allocationAlexander Duyck1-13/+10
2022-02-03mptcp: set fullmesh flag in pm_netlinkGeliang Tang1-9/+28
2022-02-03mptcp: print out reset infos of MP_RSTGeliang Tang1-0/+2
2022-02-03mptcp: clarify when options can be usedMatthieu Baerts1-2/+21
2022-02-03mptcp: reduce branching when writing MP_FAIL optionMatthieu Baerts1-11/+19
2022-02-03mptcp: move the declarations of ssk and subflowGeliang Tang1-6/+3
2022-02-03net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann1-6/+12
2022-02-03tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()Eric Dumazet1-0/+2
2022-02-02Partially revert "net/smc: Add netlink net namespace support"Dmitry V. Levin1-2/+0
2022-02-02tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov3-10/+8
2022-02-02net: dsa: tag_qca: add support for handling mgmt and MIB Ethernet packetAnsuel Smith1-3/+36
2022-02-02net: dsa: tag_qca: add define for handling MIB packetAnsuel Smith1-0/+4
2022-02-02net: dsa: tag_qca: add define for handling mgmt Ethernet packetAnsuel Smith1-3/+12
2022-02-02net: dsa: tag_qca: enable promisc_on_master flagAnsuel Smith1-0/+1
2022-02-02net: dsa: tag_qca: move define to include linux/dsaAnsuel Smith1-15/+1
2022-02-02net: dsa: tag_qca: convert to FIELD macroAnsuel Smith1-19/+15
2022-02-02net: dsa: replay master state events in dsa_tree_{setup,teardown}_masterVladimir Oltean1-4/+24
2022-02-02net: dsa: provide switch operations for tracking the master stateVladimir Oltean4-0/+106
2022-02-02tcp: fix mem under-charging with zerocopy sendmsg()Eric Dumazet1-2/+5
2022-02-02af_packet: fix data-race in packet_setsockopt / packet_setsockoptEric Dumazet1-2/+6
2022-02-02rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()Eric Dumazet1-2/+4
2022-02-02net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet1-4/+7
2022-02-02net: allow SO_MARK with CAP_NET_RAW via cmsgJakub Kicinski1-1/+2
2022-01-31net/smc: Cork when sendpage with MSG_SENDPAGE_NOTLAST flagTony Lu3-2/+23
2022-01-31net/smc: Remove corked dealyed workTony Lu1-9/+6
2022-01-31net/smc: Send directly when TCP_CORK is clearedTony Lu3-12/+18
2022-01-31tcp: Change SYN ACK retransmit behaviour to account for rehashAkhmat Karakotov2-2/+5