summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-021-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
* txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov2022-01-312-2/+14
* ipv4: Make ip_idents_reserve staticDavid Ahern2022-01-311-2/+1
* ipv4: drop fragmentation code from ip_options_build()Jakub Kicinski2022-01-292-25/+12
* Merge tag 'for-net-next-2022-01-28' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-01-286-39/+350
|\
| * Bluetooth: Increment management interface revisionMarcel Holtmann2022-01-271-1/+1
| * Bluetooth: hci_sync: Fix queuing commands when HCI_UNREGISTER is setLuiz Augusto von Dentz2022-01-271-0/+3
| * Bluetooth: hci_event: Fix HCI_EV_VENDOR max_lenLuiz Augusto von Dentz2022-01-251-3/+4
| * Bluetooth: hci_core: Rate limit the logging of invalid SCO handleLuiz Augusto von Dentz2022-01-251-2/+2
| * Bluetooth: hci_event: Ignore multiple conn complete eventsSoenke Huster2022-01-252-15/+49
| * Bluetooth: msft: fix null pointer deref on msft_monitor_device_evtSoenke Huster2022-01-231-0/+2
| * Bluetooth: mgmt: Add MGMT Adv Monitor Device Found/Lost eventsManish Mandlik2022-01-202-10/+125
| * Bluetooth: msft: Handle MSFT Monitor Device EventManish Mandlik2022-01-202-8/+151
| * Bluetooth: fix null ptr deref on hci_sync_conn_complete_evtSoenke Huster2022-01-141-0/+13
| * Bluetooth: hci_sync: unlock on error in hci_inquiry_result_with_rssi_evt()Dan Carpenter2022-01-111-3/+3
| * Bluetooth: hci_sync: Fix compilation warningLuiz Augusto von Dentz2022-01-101-2/+2
* | SUNRPC: add netns refcount tracker to struct rpc_xprtEric Dumazet2022-01-281-2/+2
* | SUNRPC: add netns refcount tracker to struct gss_authEric Dumazet2022-01-281-4/+6
* | SUNRPC: add netns refcount tracker to struct svc_xprtEric Dumazet2022-01-281-2/+2
* | ethtool: add header/data split indicationJakub Kicinski2022-01-281-5/+10
* | ipv6: partially inline ipv6_fixup_optionsPavel Begunkov2022-01-281-4/+4
* | ipv6: optimise dst refcounting on cork initPavel Begunkov2022-01-282-5/+11
* | udp6: don't make extra copies of iflowPavel Begunkov2022-01-281-43/+42
* | udp6: pass flow in ip6_make_skb together with corkPavel Begunkov2022-01-282-12/+12
* | ipv6: pass full cork into __ip6_append_data()Pavel Begunkov2022-01-281-3/+4
* | ipv6: don't zero inet_cork_full::fl after usePavel Begunkov2022-01-282-9/+2
* | ipv6: clean up cork setup/releasePavel Begunkov2022-01-281-23/+21
* | ipv6: remove daddr temp buffer in __ip6_make_skbPavel Begunkov2022-01-281-4/+3
* | udp6: shuffle up->pending AF_INET bitsPavel Begunkov2022-01-281-3/+2
* | ipv6: optimise dst refcounting on skb initPavel Begunkov2022-01-281-1/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-2732-154/+168
|\ \
| * \ Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-2723-80/+234
| |\ \
| | * | net: bridge: vlan: fix memory leak in __allowed_ingressTim Yi2022-01-271-3/+3