summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-02-04net: don't include ndisc.h from ipv6.hJakub Kicinski
2022-02-04tls: cap the output scatter list to something reasonableJakub Kicinski
2022-02-03net: minor __dev_alloc_name() optimizationEric Dumazet
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-03Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-02-03ax25: fix reference count leaks of ax25_devDuoming Zhou
2022-02-03page_pool: Refactor page_pool to enable fragmenting after allocationAlexander Duyck
2022-02-03mptcp: set fullmesh flag in pm_netlinkGeliang Tang
2022-02-03mptcp: print out reset infos of MP_RSTGeliang Tang
2022-02-03mptcp: clarify when options can be usedMatthieu Baerts
2022-02-03mptcp: reduce branching when writing MP_FAIL optionMatthieu Baerts
2022-02-03mptcp: move the declarations of ssk and subflowGeliang Tang
2022-02-02net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann
2022-02-02tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()Eric Dumazet
2022-02-02Partially revert "net/smc: Add netlink net namespace support"Dmitry V. Levin
2022-02-02tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov
2022-02-02net: dsa: tag_qca: add support for handling mgmt and MIB Ethernet packetAnsuel Smith
2022-02-02net: dsa: tag_qca: add define for handling MIB packetAnsuel Smith
2022-02-02net: dsa: tag_qca: add define for handling mgmt Ethernet packetAnsuel Smith
2022-02-02net: dsa: tag_qca: enable promisc_on_master flagAnsuel Smith
2022-02-02net: dsa: tag_qca: move define to include linux/dsaAnsuel Smith
2022-02-02net: dsa: tag_qca: convert to FIELD macroAnsuel Smith
2022-02-02net: dsa: replay master state events in dsa_tree_{setup,teardown}_masterVladimir Oltean
2022-02-02net: dsa: provide switch operations for tracking the master stateVladimir Oltean
2022-02-01tcp: fix mem under-charging with zerocopy sendmsg()Eric Dumazet
2022-02-01af_packet: fix data-race in packet_setsockopt / packet_setsockoptEric Dumazet
2022-02-01rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()Eric Dumazet
2022-02-01net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet
2022-02-01net: allow SO_MARK with CAP_NET_RAW via cmsgJakub Kicinski
2022-01-31net/smc: Cork when sendpage with MSG_SENDPAGE_NOTLAST flagTony Lu
2022-01-31net/smc: Remove corked dealyed workTony Lu
2022-01-31net/smc: Send directly when TCP_CORK is clearedTony Lu
2022-01-31tcp: Change SYN ACK retransmit behaviour to account for rehashAkhmat Karakotov
2022-01-31bpf: Add SO_TXREHASH setsockoptAkhmat Karakotov
2022-01-31txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov
2022-01-31txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov
2022-01-31ipv4: Make ip_idents_reserve staticDavid Ahern
2022-01-31net/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu
2022-01-29ipv4: drop fragmentation code from ip_options_build()Jakub Kicinski
2022-01-28Merge tag 'for-net-next-2022-01-28' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-28Merge tag 'ieee802154-for-net-2022-01-28' of git://git.kernel.org/pub/scm/lin...David S. Miller
2022-01-28ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou
2022-01-28ax25: improve the incomplete fix to avoid UAF and NPD bugsDuoming Zhou
2022-01-28SUNRPC: add netns refcount tracker to struct rpc_xprtEric Dumazet
2022-01-28SUNRPC: add netns refcount tracker to struct gss_authEric Dumazet
2022-01-28SUNRPC: add netns refcount tracker to struct svc_xprtEric Dumazet
2022-01-28ethtool: add header/data split indicationJakub Kicinski
2022-01-27ipv6: partially inline ipv6_fixup_optionsPavel Begunkov
2022-01-27ipv6: optimise dst refcounting on cork initPavel Begunkov