summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* mptcp: move subflow close loop after sk close checkFlorian Westphal2021-02-131-3/+3
* mptcp: schedule worker when subflow is closedFlorian Westphal2021-02-132-2/+27
* mptcp: split __mptcp_close_ssk helperFlorian Westphal2021-02-133-7/+13
* mptcp: move pm netlink work into pm_netlinkFlorian Westphal2021-02-133-42/+42
* net/tls: Select SOCK_RX_QUEUE_MAPPING from TLS_DEVICETariq Toukan2021-02-121-0/+1
* net/sock: Add kernel config SOCK_RX_QUEUE_MAPPINGTariq Toukan2021-02-122-1/+5
* tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive.Arjun Roy2021-02-121-1/+10
* net: fix dev_ifsioc_locked() race conditionCong Wang2021-02-123-14/+50
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernDavid S. Miller2021-02-1112-245/+1188
|\
| * Bluetooth: Fix crash in mgmt_add_adv_patterns_monitor_completeHoward Chung2021-02-031-1/+1
| * Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_dataGopal Tiwari2021-02-021-0/+3
| * Bluetooth: Skip eSCO 2M params when not supportedYu Liu2021-02-011-2/+18
| * Bluetooth: fix indentation and alignment reported by checkpatchTomoyuki Matsushita2021-01-291-11/+11
| * Bluetooth: fix coccicheck warnings debugfsJiapeng Zhong2021-01-291-40/+40
| * Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirkHans de Goede2021-01-291-7/+11
| * Bluetooth: L2CAP: Try harder to accept device not knowing optionsBastien Nocera2021-01-251-0/+1
| * Bluetooth: L2CAP: Fix handling fragmented lengthLuiz Augusto von Dentz2021-01-251-25/+93
| * Bluetooth: btusb: fix memory leak on suspend and resumeVamshi K Sthambamkadi2021-01-251-1/+2
| * Bluetooth: Put HCI device if inquiry procedure interruptsPan Bian2021-01-251-2/+4
| * Bluetooth: drop HCI device reference before returnPan Bian2021-01-251-0/+1
| * Bluetooth: disable advertisement filters during suspendHoward Chung2021-01-253-5/+44
| * Bluetooth: advmon offload MSFT interleave scanning integrationArchie Pusaka2021-01-251-9/+11
| * Bluetooth: advmon offload MSFT handle filter enablementArchie Pusaka2021-01-252-0/+73
| * Bluetooth: advmon offload MSFT handle controller resetArchie Pusaka2021-01-251-5/+71
| * Bluetooth: advmon offload MSFT remove monitorArchie Pusaka2021-01-254-48/+317
| * Bluetooth: advmon offload MSFT add monitorArchie Pusaka2021-01-254-40/+342
| * Bluetooth: advmon offload MSFT add rssi supportArchie Pusaka2021-01-251-72/+153
| * Bluetooth: avoid u128_xor() on potentially misaligned inputsArd Biesheuvel2021-01-061-3/+2
| * Bluetooth: Fix initializing response id after clearing structChristopher William Snowhill2020-12-271-1/+1
| * Bluetooth: Cancel Inquiry before Create ConnectionSonny Sasaka2020-12-181-0/+17
| * Bluetooth: Pause service discovery for suspendAbhishek Pandit-Subedi2020-12-181-0/+8
| * Bluetooth: Remove hci_req_le_suspend_configAbhishek Pandit-Subedi2020-12-181-17/+8
* | net: fib_notifier: don't return positive values on fib registrationVlad Buslov2021-02-111-2/+3
* | net: ipconfig: avoid use-after-free in ic_close_devsVladimir Oltean2021-02-111-1/+2
* | net: initialize net->net_cookie at netns setupEric Dumazet2021-02-112-21/+6
* | net: dsa: xrs700x: add HSR offloading supportGeorge McCollister2021-02-111-1/+6
* | net: dsa: add support for offloading HSRGeorge McCollister2021-02-114-0/+83
* | net: hsr: add offloading supportGeorge McCollister2021-02-119-26/+52
* | net: hsr: generate supervision frame without HSR/PRP tagGeorge McCollister2021-02-112-33/+14
* | tcp: add some entropy in __inet_hash_connect()Eric Dumazet2021-02-111-0/+5
* | tcp: change source port randomizarion at connect() timeEric Dumazet2021-02-111-3/+17
* | rxrpc: Fix missing dependency on NET_UDP_TUNNELDavid Howells2021-02-111-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-1018-66/+111
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-02-1017-63/+107
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-02-102-14/+17
| | |\ \
| | | * | netfilter: nftables: relax check for stateful expressions in set definitionPablo Neira Ayuso2021-02-091-13/+15
| | | * | netfilter: conntrack: skip identical origin tuple in same zone onlyFlorian Westphal2021-02-091-1/+2
| | * | | vsock: fix locking in vsock_shutdown()Stefano Garzarella2021-02-102-7/+5
| | * | | bridge: mrp: Fix the usage of br_mrp_port_switchdev_set_stateHoratiu Vultur2021-02-093-9/+10
| | |/ /
| | * | vsock/virtio: update credit only if socket is not closedStefano Garzarella2021-02-081-2/+2