summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_syncLuiz Augusto von Dentz-2/+3
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet-2/+2
2021-11-16net: merge net->core.prot_inuse and net->core.sock_inuseEric Dumazet-2/+2
2021-11-16net: make sock_inuse_add() availableEric Dumazet-0/+10
2021-11-16net: inline sock_prot_inuse_add()Eric Dumazet-3/+11
2021-11-16net: gro: populate net/core/gro.cEric Dumazet-0/+22
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet-0/+2
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet-42/+394
2021-11-16net: move early demux fields close to sk_refcntEric Dumazet-3/+5
2021-11-16tcp: defer skb freeing after socket lock is releasedEric Dumazet-0/+13
2021-11-16tcp: annotate data-races on tp->segs_in and tp->data_segs_inEric Dumazet-2/+6
2021-11-16tcp: add RETPOLINE mitigation to sk_backlog_rcvEric Dumazet-1/+7
2021-11-16net: forward_alloc_get depends on CONFIG_MPTCPEric Dumazet-4/+7
2021-11-16net: shrink struct sock by 8 bytesEric Dumazet-1/+1
2021-11-16ipv6: shrink struct ipcm6_cookieEric Dumazet-1/+1
2021-11-16net: remove sk_route_nocapsEric Dumazet-6/+5
2021-11-16net: remove sk_route_forced_capsEric Dumazet-3/+0
2021-11-16net: use sk_is_tcp() in more placesEric Dumazet-0/+5
2021-11-16tcp: remove dead code in __tcp_v6_send_check()Eric Dumazet-9/+3
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-14/+38
2021-11-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-1/+19
2021-11-09Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linuxLinus Torvalds-28/+34
2021-11-09bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_regJussi Maki-0/+4
2021-11-09bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend-1/+15
2021-11-07llc: fix out-of-bound array index in llc_sk_dev_hash()Eric Dumazet-1/+3
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet-22/+28
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad-2/+6
2021-11-03security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long-10/+10
2021-11-039p: fix file headersDominique Martinet-6/+0
2021-11-03net/9p: autoload transport modulesThomas Weißschuh-0/+6
2021-11-02Bluetooth: Add struct of reading AOSP vendor capabilitiesJoseph Hwang-0/+1
2021-11-01Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski-6/+2
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+4
2021-11-01net: avoid double accounting for pure zerocopy skbsTalal Ahmad-2/+6
2021-11-01tcp: rename sk_wmem_free_skbTalal Ahmad-8/+8
2021-11-01amt: add mld report message handlerTaehee Yoo-0/+1
2021-11-01amt: add multicast(IGMP) report message handlerTaehee Yoo-1/+103
2021-11-01amt: add data plane of amt interfaceTaehee Yoo-0/+47
2021-11-01amt: add control plane of amt interfaceTaehee Yoo-0/+235
2021-11-01ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski-4/+4
2021-11-01devlink: expose get/put functionsJakub Kicinski-0/+12
2021-11-01net: dsa: populate supported_interfaces memberMarek Behún-0/+2
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-8/+15
2021-11-01netfilter: nft_payload: support for inner header matching / manglingPablo Neira Ayuso-0/+2
2021-11-01netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso-8/+13
2021-10-29Bluetooth: hci_sync: Rework hci_suspend_notifierLuiz Augusto von Dentz-4/+3
2021-10-29Bluetooth: hci_sync: Rework init stagesLuiz Augusto von Dentz-0/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SSPBrian Gix-1/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_LOCAL_NAMEBrian Gix-0/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_READ_LOCAL_OOB_DATABrian Gix-0/+2