aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-17ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti4-25/+16
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/kernel/git/bluetooth/bluetooth-nextDavid S. Miller19-3217/+6720
2021-11-16net: align static siphash keysEric Dumazet10-12/+12
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
2021-11-16Bluetooth: fix uninitialized variables notify_evtJackie Liu1-14/+9
2021-11-16Bluetooth: stop proccessing malicious adv dataPavel Skripkin1-1/+7
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski5-21/+24
2021-11-15net: bridge: Slightly optimize 'find_portno()'Christophe JAILLET1-4/+4
2021-11-15net: sched: sch_netem: Refactor code in 4-state loss generatorHarshit Mogalapalli1-9/+9
2021-11-14ipv6: Remove duplicate statementsluo penghao1-1/+0
2021-11-14ipv4: Remove duplicate assignmentsluo penghao1-1/+0
2021-11-14ipv4: drop unused assignmentluo penghao1-1/+0
2021-11-12bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDsSong Liu1-5/+1
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds30-106/+272
2021-11-10net: fix premature exit from NAPI state polling in napi_disable()Alexander Lobakin1-2/+5
2021-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds8-114/+94