summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2021-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-10/+16
2021-11-18devlink: Don't throw an error if flash notification sent before devlink visibleLeon Romanovsky1-1/+3
2021-11-18page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin1-6/+4
2021-11-17net: use an atomic_long_t for queue->trans_timeoutEric Dumazet1-5/+1
2021-11-17net: align static siphash keysEric Dumazet2-3/+3
2021-11-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+6
2021-11-16net: merge net->core.prot_inuse and net->core.sock_inuseEric Dumazet1-11/+1
2021-11-16net: make sock_inuse_add() availableEric Dumazet1-10/+0
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 Dumazet1-26/+0
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-0/+1
2021-11-16tcp: add RETPOLINE mitigation to sk_backlog_rcvEric Dumazet1-1/+4
2021-11-16net: remove sk_route_nocapsEric Dumazet1-1/+2
2021-11-16net: remove sk_route_forced_capsEric Dumazet1-1/+3
2021-11-16net: use sk_is_tcp() in more placesEric Dumazet2-8/+4
2021-11-16bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov1-0/+6
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-5/+8
2021-11-15sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa1-3/+3
2021-11-12bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDsSong Liu1-5/+1
2021-11-11net: fix premature exit from NAPI state polling in napi_disable()Alexander Lobakin1-2/+5
2021-11-11bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush1-0/+7
2021-11-09bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_regJussi Maki1-6/+30
2021-11-09bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend1-0/+22
2021-11-09bpf, sockmap: Use stricter sk state checks in sk_lookup_assignJohn Fastabend2-8/+4
2021-11-05devlink: fix flexible_array.cocci warningGuo Zhengkui1-1/+1
2021-11-04net: fix possible NULL deref in sock_reserve_memoryEric Dumazet1-1/+1
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad2-2/+4
2021-11-03net: add and use skb_unclone_keeptruesize() helperEric Dumazet1-13/+1
2021-11-02Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski2-4/+2
2021-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+15
2021-11-02Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-10/+56
2021-11-02net: avoid double accounting for pure zerocopy skbsTalal Ahmad2-2/+4
2021-11-01skmsg: Lose offset info in sk_psock_skb_ingressLiu Jian1-10/+33
2021-11-01ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski1-38/+7
2021-11-01devlink: expose get/put functionsJakub Kicinski1-3/+5
2021-11-01ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski1-2/+0
2021-10-29cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi1-0/+15
2021-10-29devlink: make all symbols GPL-onlyJakub Kicinski1-4/+4
2021-10-29mctp: Add flow extension to skbJeremy Kerr1-0/+19
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-17/+60
2021-10-28devlink: Simplify internal devlink params implementationLeon Romanovsky1-123/+46
2021-10-28xdp: Remove redundant warningYajun Deng1-2/+0
2021-10-27Revert "devlink: Remove not-executed trap policer notifications"Leon Romanovsky1-5/+7
2021-10-27Revert "devlink: Remove not-executed trap group notifications"Leon Romanovsky1-5/+7
2021-10-27net: Prevent HW-GRO and LRO features operate togetherBen Ben-ishay1-0/+5
2021-10-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-1/+15
2021-10-26skmsg: Extract and reuse sk_msg_is_readable()Cong Wang1-0/+14
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc1-1/+2