summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: Fix double 0x prefix print in SKB dumpGal Pressman2021-12-161-1/+1
* net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet2021-12-091-2/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-092-5/+15
|\
| * bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmapJohn Fastabend2021-11-202-1/+9
| * bpf, sockmap: Attach map progs to psock early for feature probesJohn Fastabend2021-11-201-4/+6
* | devlink: fix netns refcount leak in devlink_nl_cmd_reload()Eric Dumazet2021-12-071-8/+8
* | net: annotate data-races on txq->xmit_lock_ownerEric Dumazet2021-12-021-1/+4
* | wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld2021-11-301-0/+19
* | ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-11-291-1/+1
* | net, neigh: Fix crash in v6 module initialization error pathDaniel Borkmann2021-11-221-0/+1
* | 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-171-0/+6
|\
| * bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov2021-11-161-0/+6
* | sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa2021-11-151-3/+3
|/
* net: fix premature exit from NAPI state polling in napi_disable()Alexander Lobakin2021-11-111-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-051-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-031-13/+1
* Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski2021-11-022-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-021-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-022-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-221-0/+23
* | | net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-022-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
* | | mctp: Add flow extension to skbJeremy Kerr2021-10-291-0/+19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-286-17/+60
|\ \ \ | | |/ | |/|
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-10-262-1/+15
| |\ \
| | * | skmsg: Extract and reuse sk_msg_is_readable()Cong Wang2021-10-261-0/+14
| | * | bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer2021-10-231-1/+1
| * | | net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc2021-10-261-1/+2
| * | | net-sysfs: initialize uid and gid before calling net_ns_get_ownershipXin Long2021-10-251-2/+2
| * | | net: Prevent infinite while loop in skb_tx_hash()Michael Chan2021-10-251-0/+6
| * | | skb_expand_head() adjust skb->truesize incorrectlyVasily Averin2021-10-222-13/+35
| |/ /
* | | devlink: Simplify internal devlink params implementationLeon Romanovsky2021-10-281-123/+46
* | | xdp: Remove redundant warningYajun Deng2021-10-281-2/+0
* | | Revert "devlink: Remove not-executed trap policer notifications"Leon Romanovsky2021-10-271-5/+7
* | | Revert "devlink: Remove not-executed trap group notifications"Leon Romanovsky2021-10-271-5/+7
* | | net: Prevent HW-GRO and LRO features operate togetherBen Ben-ishay2021-10-271-0/+5
* | | net: rtnetlink: use __dev_addr_set()Jakub Kicinski2021-10-241-2/+2
* | | net: core: constify mac addrs in selftestsJakub Kicinski2021-10-241-4/+4