summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-24net: allow SO_MARK with CAP_NET_RAWMaciej Żenczykowski
2021-11-24net: allow CAP_NET_RAW to setsockopt SO_PRIORITYMaciej Żenczykowski
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski
2021-11-22devlink: Add 'enable_iwarp' generic device paramShiraz Saleem
2021-11-22skbuff: Switch structure bounds to struct_group()Kees Cook
2021-11-22skbuff: Move conditional preprocessor directives out of struct sk_buffKees Cook
2021-11-22net, neigh: Fix crash in v6 module initialization error pathDaniel Borkmann
2021-11-22net-sysfs: Slightly optimize 'xps_queue_show()'Christophe JAILLET
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet
2021-11-20net: kunit: add a test for dev_addr_listsJakub Kicinski
2021-11-20dev_addr_list: put the first addr on the treeJakub Kicinski
2021-11-20dev_addr: add a modification checkJakub Kicinski
2021-11-20net: unexport dev_addr_init() & dev_addr_flush()Jakub Kicinski
2021-11-20net: constify netdev->dev_addrJakub Kicinski
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-18devlink: Don't throw an error if flash notification sent before devlink visibleLeon Romanovsky
2021-11-18page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin
2021-11-17net: use an atomic_long_t for queue->trans_timeoutEric Dumazet
2021-11-16net: align static siphash keysEric Dumazet
2021-11-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-11-16net: merge net->core.prot_inuse and net->core.sock_inuseEric Dumazet
2021-11-16net: make sock_inuse_add() availableEric Dumazet
2021-11-16net: inline sock_prot_inuse_add()Eric Dumazet
2021-11-16net: gro: populate net/core/gro.cEric Dumazet
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet
2021-11-16net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet
2021-11-16tcp: add RETPOLINE mitigation to sk_backlog_rcvEric Dumazet
2021-11-16net: remove sk_route_nocapsEric Dumazet
2021-11-16net: remove sk_route_forced_capsEric Dumazet
2021-11-16net: use sk_is_tcp() in more placesEric Dumazet
2021-11-15bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-15sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa
2021-11-12bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDsSong Liu
2021-11-10net: fix premature exit from NAPI state polling in napi_disable()Alexander Lobakin
2021-11-10bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush
2021-11-09bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_regJussi Maki
2021-11-09bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend
2021-11-09bpf, sockmap: Use stricter sk state checks in sk_lookup_assignJohn Fastabend
2021-11-04devlink: fix flexible_array.cocci warningGuo Zhengkui
2021-11-04net: fix possible NULL deref in sock_reserve_memoryEric Dumazet
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad
2021-11-02net: add and use skb_unclone_keeptruesize() helperEric Dumazet
2021-11-01Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-01net: avoid double accounting for pure zerocopy skbsTalal Ahmad