aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-30devlink: Simplify devlink resources unregister callLeon Romanovsky1-15/+48
2021-11-29devlink: Remove misleading internal_flags from health reporter dumpLeon Romanovsky1-2/+0
2021-11-29net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior3-14/+14
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-11-24net: allow SO_MARK with CAP_NET_RAWMaciej Żenczykowski1-1/+2
2021-11-24net: allow CAP_NET_RAW to setsockopt SO_PRIORITYMaciej Żenczykowski1-0/+1
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski3-32/+5
2021-11-22devlink: Add 'enable_iwarp' generic device paramShiraz Saleem1-0/+5
2021-11-22skbuff: Switch structure bounds to struct_group()Kees Cook1-9/+5
2021-11-22skbuff: Move conditional preprocessor directives out of struct sk_buffKees Cook1-5/+5
2021-11-22net, neigh: Fix crash in v6 module initialization error pathDaniel Borkmann1-0/+1
2021-11-22net-sysfs: Slightly optimize 'xps_queue_show()'Christophe JAILLET1-1/+1
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet3-4/+5
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet1-1/+2
2021-11-20net: kunit: add a test for dev_addr_listsJakub Kicinski2-0/+238
2021-11-20dev_addr_list: put the first addr on the treeJakub Kicinski1-28/+34
2021-11-20dev_addr: add a modification checkJakub Kicinski2-0/+20
2021-11-20net: unexport dev_addr_init() & dev_addr_flush()Jakub Kicinski1-2/+0
2021-11-20net: constify netdev->dev_addrJakub Kicinski1-0/+10
2021-11-18Merge 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-16net: align static siphash keysEric Dumazet2-3/+3
2021-11-16Merge 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-15bpf: 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-10net: fix premature exit from NAPI state polling in napi_disable()Alexander Lobakin1-2/+5
2021-11-10bpf: 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-04devlink: 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-02net: add and use skb_unclone_keeptruesize() helperEric Dumazet1-13/+1
2021-11-01Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski2-4/+2