summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2021-12-20cfg80211: rename offchannel_chain structs to background_chain to avoid confus...Lorenzo Bianconi2-15/+15
2021-12-20cfg80211: Add support for notifying association comebackIlan Peer1-0/+12
2021-12-20mac80211: introduce channel switch disconnect functionNathan Errera1-0/+12
2021-11-26mac80211: Use memset_after() to clear tx statusKees Cook1-6/+1
2021-11-26cfg80211: schedule offchan_cac_abort_wk in cfg80211_radar_eventLorenzo Bianconi1-3/+21
2021-11-26mac80211: add support for .ndo_fill_forward_pathFelix Fietkau1-0/+7
2021-11-19cfg80211: move offchan_cac_event to a dedicated workLorenzo Bianconi1-10/+4
2021-11-19mac80211: introduce set_radar_offchan callbackLorenzo Bianconi1-0/+10
2021-11-19cfg80211: implement APIs for dedicated radar detection HWLorenzo Bianconi1-0/+25
2021-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+12
2021-11-18tcp: add missing htmldocs for skb->ll_node and sk->defer_listEric Dumazet1-0/+1
2021-11-18page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin1-1/+11
2021-11-18ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti1-0/+12
2021-11-18NFC: add NCI_UNREG flag to eliminate the raceLin Ma1-0/+1
2021-11-17net: add missing include in include/net/gro.hEric Dumazet1-0/+1
2021-11-17Merge tag 'for-net-next-2021-11-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller4-18/+114
2021-11-16Bluetooth: Ignore HCI_ERROR_CANCELLED_BY_HOST on adv set terminated eventArchie Pusaka1-0/+1
2021-11-16Bluetooth: hci_request: Remove bg_scan_update workLuiz Augusto von Dentz1-1/+0
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_syncLuiz Augusto von Dentz2-2/+2
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_syncLuiz Augusto von Dentz2-2/+3
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet1-2/+2
2021-11-16net: merge net->core.prot_inuse and net->core.sock_inuseEric Dumazet2-2/+2
2021-11-16net: make sock_inuse_add() availableEric Dumazet1-0/+10
2021-11-16net: inline sock_prot_inuse_add()Eric Dumazet1-3/+11
2021-11-16net: gro: populate net/core/gro.cEric Dumazet1-0/+22
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet1-0/+2
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet4-42/+394
2021-11-16net: move early demux fields close to sk_refcntEric Dumazet1-3/+5
2021-11-16tcp: defer skb freeing after socket lock is releasedEric Dumazet2-0/+13
2021-11-16tcp: annotate data-races on tp->segs_in and tp->data_segs_inEric Dumazet1-2/+6
2021-11-16tcp: add RETPOLINE mitigation to sk_backlog_rcvEric Dumazet1-1/+7
2021-11-16net: forward_alloc_get depends on CONFIG_MPTCPEric Dumazet1-4/+7
2021-11-16net: shrink struct sock by 8 bytesEric Dumazet1-1/+1
2021-11-16ipv6: shrink struct ipcm6_cookieEric Dumazet1-1/+1
2021-11-16net: remove sk_route_nocapsEric Dumazet1-6/+5
2021-11-16net: remove sk_route_forced_capsEric Dumazet1-3/+0
2021-11-16net: use sk_is_tcp() in more placesEric Dumazet1-0/+5
2021-11-16tcp: remove dead code in __tcp_v6_send_check()Eric Dumazet1-9/+3
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-14/+38
2021-11-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-1/+19
2021-11-09Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linuxLinus Torvalds3-28/+34
2021-11-09bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_regJussi Maki1-0/+4
2021-11-09bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend1-1/+15
2021-11-07llc: fix out-of-bound array index in llc_sk_dev_hash()Eric Dumazet1-1/+3
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet3-22/+28
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad1-2/+6
2021-11-03security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long1-10/+10
2021-11-039p: fix file headersDominique Martinet3-6/+0
2021-11-03net/9p: autoload transport modulesThomas Weißschuh1-0/+6
2021-11-02Bluetooth: Add struct of reading AOSP vendor capabilitiesJoseph Hwang1-0/+1