summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-023-2/+24
|\
| * net: annotate data-races on txq->xmit_lock_ownerEric Dumazet2021-12-011-1/+4
| * wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld2021-11-291-0/+19
| * ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-11-291-1/+1
* | devlink: Simplify devlink resources unregister callLeon Romanovsky2021-11-301-15/+48
* | devlink: Remove misleading internal_flags from health reporter dumpLeon Romanovsky2021-11-291-2/+0
* | net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior2021-11-293-14/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-0/+1
|\|
| * net, neigh: Fix crash in v6 module initialization error pathDaniel Borkmann2021-11-221-0/+1
* | net: allow SO_MARK with CAP_NET_RAWMaciej Żenczykowski2021-11-241-1/+2
* | net: allow CAP_NET_RAW to setsockopt SO_PRIORITYMaciej Żenczykowski2021-11-241-0/+1
* | net: remove .ndo_change_proto_downJakub Kicinski2021-11-233-32/+5
* | devlink: Add 'enable_iwarp' generic device paramShiraz Saleem2021-11-221-0/+5
* | skbuff: Switch structure bounds to struct_group()Kees Cook2021-11-221-9/+5
* | 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