summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2022-01-31bpf: Add SO_TXREHASH setsockoptAkhmat Karakotov1-0/+10
2022-01-31txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov2-0/+16
2022-01-31txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov2-2/+14
2022-01-31ipv4: Make ip_idents_reserve staticDavid Ahern1-2/+1
2022-01-29ipv4: drop fragmentation code from ip_options_build()Jakub Kicinski2-25/+12
2022-01-29Merge tag 'for-net-next-2022-01-28' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski6-39/+350
2022-01-28SUNRPC: add netns refcount tracker to struct rpc_xprtEric Dumazet1-2/+2
2022-01-28SUNRPC: add netns refcount tracker to struct gss_authEric Dumazet1-4/+6
2022-01-28SUNRPC: add netns refcount tracker to struct svc_xprtEric Dumazet1-2/+2
2022-01-28ethtool: add header/data split indicationJakub Kicinski1-5/+10
2022-01-28ipv6: partially inline ipv6_fixup_optionsPavel Begunkov1-4/+4
2022-01-28ipv6: optimise dst refcounting on cork initPavel Begunkov2-5/+11
2022-01-28udp6: don't make extra copies of iflowPavel Begunkov1-43/+42
2022-01-28udp6: pass flow in ip6_make_skb together with corkPavel Begunkov2-12/+12
2022-01-28ipv6: pass full cork into __ip6_append_data()Pavel Begunkov1-3/+4
2022-01-28ipv6: don't zero inet_cork_full::fl after usePavel Begunkov2-9/+2
2022-01-28ipv6: clean up cork setup/releasePavel Begunkov1-23/+21
2022-01-28ipv6: remove daddr temp buffer in __ip6_make_skbPavel Begunkov1-4/+3
2022-01-28udp6: shuffle up->pending AF_INET bitsPavel Begunkov1-3/+2
2022-01-28ipv6: optimise dst refcounting on skb initPavel Begunkov1-1/+10
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski32-154/+168
2022-01-27Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds23-80/+234
2022-01-27net: bridge: vlan: fix memory leak in __allowed_ingressTim Yi1-3/+3
2022-01-27net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong1-1/+1
2022-01-27Bluetooth: hci_sync: Fix queuing commands when HCI_UNREGISTER is setLuiz Augusto von Dentz1-0/+3
2022-01-27ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet1-2/+9
2022-01-27ipv4: raw: lock the socket in raw_bind()Eric Dumazet1-1/+4
2022-01-27net: tipc: remove unused static inlinesJakub Kicinski1-23/+0
2022-01-27dccp: remove max48()Jakub Kicinski1-5/+0