summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2021-11-25Bluetooth: Send device found event on name resolve failureArchie Pusaka
2021-11-25Bluetooth: HCI: Fix definition of hci_rp_delete_stored_link_keyLuiz Augusto von Dentz
2021-11-25Bluetooth: HCI: Fix definition of hci_rp_read_stored_link_keyLuiz Augusto von Dentz
2021-11-23dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima
2021-11-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2021-11-23neigh: introduce neigh_confirm() helper functionYajun Deng
2021-11-22devlink: Add 'enable_iwarp' generic device paramShiraz Saleem
2021-11-20ipv4: Exposing __ip_sock_set_tos() in ip.hPoorva Sonparote
2021-11-19ipv6: ip6_skb_dst_mtu() cleanupsEric Dumazet
2021-11-19net/af_iucv: Use struct_group() to zero struct iucv_sock regionKees Cook
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-18tcp: add missing htmldocs for skb->ll_node and sk->defer_listEric Dumazet
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-17net: add missing include in include/net/gro.hEric 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-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: move gro definitions to include/net/gro.hEric Dumazet
2021-11-16net: move early demux fields close to sk_refcntEric Dumazet
2021-11-16tcp: defer skb freeing after socket lock is releasedEric 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-16net: forward_alloc_get depends on CONFIG_MPTCPEric Dumazet
2021-11-16net: shrink struct sock by 8 bytesEric Dumazet
2021-11-16ipv6: shrink struct ipcm6_cookieEric 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: remove dead code in __tcp_v6_send_check()Eric Dumazet
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-11-09Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2021-11-09bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_regJussi Maki
2021-11-09bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend
2021-11-07llc: fix out-of-bound array index in llc_sk_dev_hash()Eric Dumazet
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad
2021-11-03security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long
2021-11-039p: fix file headersDominique Martinet
2021-11-03net/9p: autoload transport modulesThomas Weißschuh