summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-11-19net/af_iucv: fix kernel doc commentsHeiko Carstens
2021-11-19net/iucv: fix kernel doc commentsHeiko Carstens
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-18Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-18mctp/test: Update refcount checking in route fragment testsJeremy Kerr
2021-11-18ipv6: ah6: use swap() to make code cleanerYao Jing
2021-11-18ipv6: check return value of ipv6_skip_exthdrJordy Zomer
2021-11-18devlink: Don't throw an error if flash notification sent before devlink visibleLeon Romanovsky
2021-11-18page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin
2021-11-17ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti
2021-11-17NFC: add NCI_UNREG flag to eliminate the raceLin Ma
2021-11-17NFC: reorder the logic in nfc_{un,}register_deviceLin Ma
2021-11-17NFC: reorganize the functions in nci_requestLin Ma
2021-11-17tipc: check for null after calling kmemdupTadeusz Struk
2021-11-17net: no longer stop all TX queues in dev_watchdog()Eric Dumazet
2021-11-17net: do not inline netif_tx_lock()/netif_tx_unlock()Eric Dumazet
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet
2021-11-17net: use an atomic_long_t for queue->trans_timeoutEric Dumazet
2021-11-17Merge tag 'for-net-next-2021-11-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2021-11-16net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long
2021-11-16net: align static siphash keysEric Dumazet
2021-11-16Merge tag 'mac80211-for-net-2021-11-16' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski
2021-11-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-11-16Bluetooth: Attempt to clear HCI_LE_ADV on adv set terminated error eventArchie Pusaka
2021-11-16Bluetooth: Ignore HCI_ERROR_CANCELLED_BY_HOST on adv set terminated eventArchie Pusaka
2021-11-16Bluetooth: hci_request: Remove bg_scan_update workLuiz Augusto von Dentz
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_syncLuiz Augusto von Dentz
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_syncLuiz Augusto von Dentz
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet
2021-11-16net: merge net->core.prot_inuse and net->core.sock_inuseEric Dumazet
2021-11-16net: make sock_inuse_add() availableEric Dumazet
2021-11-16net: inline sock_prot_inuse_add()Eric Dumazet
2021-11-16net: gro: populate net/core/gro.cEric Dumazet
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet
2021-11-16net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet
2021-11-16tcp: do not call tcp_cleanup_rbuf() if we have a backlogEric Dumazet
2021-11-16tcp: check local var (timeo) before socket fields in one testEric Dumazet
2021-11-16tcp: defer skb freeing after socket lock is releasedEric Dumazet
2021-11-16tcp: avoid indirect calls to sock_rfreeEric Dumazet
2021-11-16tcp: tp->urg_data is unlikely to be setEric Dumazet
2021-11-16tcp: annotate races around tp->urg_dataEric Dumazet
2021-11-16tcp: annotate data-races on tp->segs_in and tp->data_segs_inEric Dumazet
2021-11-16tcp: add RETPOLINE mitigation to sk_backlog_rcvEric Dumazet
2021-11-16tcp: small optimization in tcp recvmsg()Eric Dumazet
2021-11-16net: cache align tcp_memory_allocated, tcp_sockets_allocatedEric Dumazet
2021-11-16net: remove sk_route_nocapsEric Dumazet
2021-11-16net: remove sk_route_forced_capsEric Dumazet
2021-11-16net: use sk_is_tcp() in more placesEric Dumazet
2021-11-16tcp: small optimization in tcp_v6_send_check()Eric Dumazet