summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | skbuff: Move conditional preprocessor directives out of struct sk_buffKees Cook2021-11-221-5/+5
* | | | net-sysfs: Slightly optimize 'xps_queue_show()'Christophe JAILLET2021-11-221-1/+1
* | | | net: annotate accesses to dev->gso_max_segsEric Dumazet2021-11-223-4/+5
* | | | net: annotate accesses to dev->gso_max_sizeEric Dumazet2021-11-221-1/+2
* | | | net: kunit: add a test for dev_addr_listsJakub Kicinski2021-11-202-0/+238
* | | | dev_addr_list: put the first addr on the treeJakub Kicinski2021-11-201-28/+34
* | | | dev_addr: add a modification checkJakub Kicinski2021-11-202-0/+20
* | | | net: unexport dev_addr_init() & dev_addr_flush()Jakub Kicinski2021-11-201-2/+0
* | | | net: constify netdev->dev_addrJakub Kicinski2021-11-201-0/+10
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-184-10/+16
|\| | |
| * | | devlink: Don't throw an error if flash notification sent before devlink visibleLeon Romanovsky2021-11-181-1/+3
| * | | page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin2021-11-181-6/+4
| |/ /
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-11-161-0/+6
| |\ \
| | * | bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov2021-11-151-0/+6
| * | | sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa2021-11-151-3/+3
| |/ /
* | | net: use an atomic_long_t for queue->trans_timeoutEric Dumazet2021-11-171-5/+1
* | | net: align static siphash keysEric Dumazet2021-11-162-3/+3
* | | net: merge net->core.prot_inuse and net->core.sock_inuseEric Dumazet2021-11-161-11/+1
* | | net: make sock_inuse_add() availableEric Dumazet2021-11-161-10/+0
* | | net: inline sock_prot_inuse_add()Eric Dumazet2021-11-161-11/+0
* | | net: gro: populate net/core/gro.cEric Dumazet2021-11-162-667/+649
* | | net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet2021-11-163-118/+119
* | | net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet2021-11-161-26/+0
* | | net: move gro definitions to include/net/gro.hEric Dumazet2021-11-161-0/+1
* | | tcp: add RETPOLINE mitigation to sk_backlog_rcvEric Dumazet2021-11-161-1/+4
* | | net: remove sk_route_nocapsEric Dumazet2021-11-161-1/+2
* | | net: remove sk_route_forced_capsEric Dumazet2021-11-161-1/+3
* | | net: use sk_is_tcp() in more placesEric Dumazet2021-11-162-8/+4
| |/ |/|
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-151-5/+8
|\ \ | |/ |/|
| * bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDsSong Liu2021-11-121-5/+1
| * bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush2021-11-101-0/+7
* | net: fix premature exit from NAPI state polling in napi_disable()Alexander Lobakin2021-11-101-2/+5
* | bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_regJussi Maki2021-11-091-6/+30
* | bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend2021-11-091-0/+22
* | bpf, sockmap: Use stricter sk state checks in sk_lookup_assignJohn Fastabend2021-11-092-8/+4
* | devlink: fix flexible_array.cocci warningGuo Zhengkui2021-11-041-1/+1
* | net: fix possible NULL deref in sock_reserve_memoryEric Dumazet2021-11-041-1/+1
* | net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-032-2/+4
* | net: add and use skb_unclone_keeptruesize() helperEric Dumazet2021-11-021-13/+1
|/
* Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski2021-11-012-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-011-0/+15
|\
| * cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi2021-10-291-0/+15
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-012-10/+56
|\ \
| * | skmsg: Lose offset info in sk_psock_skb_ingressLiu Jian2021-11-011-10/+33
| * | bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen2021-10-211-0/+23
* | | net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-012-2/+4
* | | ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski2021-11-011-38/+7
* | | devlink: expose get/put functionsJakub Kicinski2021-11-011-3/+5
* | | ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski2021-11-011-2/+0
* | | devlink: make all symbols GPL-onlyJakub Kicinski2021-10-291-4/+4