summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski30-155/+197
2021-11-18Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds27-101/+186
2021-11-18mctp/test: Update refcount checking in route fragment testsJeremy Kerr1-5/+0
2021-11-18ipv6: ah6: use swap() to make code cleanerYao Jing1-4/+1
2021-11-18ipv6: check return value of ipv6_skip_exthdrJordy Zomer1-0/+6
2021-11-18devlink: Don't throw an error if flash notification sent before devlink visibleLeon Romanovsky1-1/+3
2021-11-18page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin1-6/+4
2021-11-18ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti4-25/+16
2021-11-18NFC: add NCI_UNREG flag to eliminate the raceLin Ma1-2/+17
2021-11-18NFC: reorder the logic in nfc_{un,}register_deviceLin Ma1-14/+18
2021-11-18NFC: reorganize the functions in nci_requestLin Ma1-4/+7
2021-11-18tipc: check for null after calling kmemdupTadeusz Struk1-0/+4
2021-11-17net: no longer stop all TX queues in dev_watchdog()Eric Dumazet1-3/+5
2021-11-17net: do not inline netif_tx_lock()/netif_tx_unlock()Eric Dumazet1-0/+51
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-4/+4
2021-11-17net: use an atomic_long_t for queue->trans_timeoutEric Dumazet2-6/+2
2021-11-17Merge tag 'for-net-next-2021-11-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller19-3217/+6720
2021-11-17net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long1-3/+8
2021-11-17net: align static siphash keysEric Dumazet10-12/+12
2021-11-17Merge tag 'mac80211-for-net-2021-11-16' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski10-58/+63
2021-11-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski4-2/+24
2021-11-16Bluetooth: Attempt to clear HCI_LE_ADV on adv set terminated error eventArchie Pusaka1-1/+8
2021-11-16Bluetooth: Ignore HCI_ERROR_CANCELLED_BY_HOST on adv set terminated eventArchie Pusaka1-0/+12
2021-11-16Bluetooth: hci_request: Remove bg_scan_update workLuiz Augusto von Dentz2-112/+0
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_syncLuiz Augusto von Dentz3-60/+50
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_syncLuiz Augusto von Dentz3-36/+109
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet9-29/+8
2021-11-16net: merge net->core.prot_inuse and net->core.sock_inuseEric Dumazet1-11/+1
2021-11-16net: make sock_inuse_add() availableEric Dumazet2-13/+1
2021-11-16net: inline sock_prot_inuse_add()Eric Dumazet1-11/+0
2021-11-16net: gro: populate net/core/gro.cEric Dumazet2-667/+649
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet3-118/+119
2021-11-16net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet2-26/+27
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet10-0/+10
2021-11-16tcp: do not call tcp_cleanup_rbuf() if we have a backlogEric Dumazet1-2/+1
2021-11-16tcp: check local var (timeo) before socket fields in one testEric Dumazet1-2/+2
2021-11-16tcp: defer skb freeing after socket lock is releasedEric Dumazet3-2/+27
2021-11-16tcp: avoid indirect calls to sock_rfreeEric Dumazet1-5/+15
2021-11-16tcp: tp->urg_data is unlikely to be setEric Dumazet2-7/+7
2021-11-16tcp: annotate races around tp->urg_dataEric Dumazet2-10/+11
2021-11-16tcp: annotate data-races on tp->segs_in and tp->data_segs_inEric Dumazet1-2/+4
2021-11-16tcp: add RETPOLINE mitigation to sk_backlog_rcvEric Dumazet2-3/+7
2021-11-16tcp: small optimization in tcp recvmsg()Eric Dumazet1-2/+1
2021-11-16net: cache align tcp_memory_allocated, tcp_sockets_allocatedEric Dumazet3-4/+4
2021-11-16net: remove sk_route_nocapsEric Dumazet4-5/+6
2021-11-16net: remove sk_route_forced_capsEric Dumazet2-2/+3
2021-11-16net: use sk_is_tcp() in more placesEric Dumazet2-8/+4
2021-11-16tcp: small optimization in tcp_v6_send_check()Eric Dumazet1-3/+1
2021-11-16tcp: minor optimization in tcp_add_backlog()Eric Dumazet1-3/+2
2021-11-16Bluetooth: Don't initialize msft/aosp when using user channelJesse Melhuish1-4/+8