summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2022-02-05net: refine dev_put()/dev_hold() debuggingEric Dumazet2-4/+4
2022-02-05net: gro: minor optimization for dev_gro_receive()Paolo Abeni1-11/+4
2022-02-05net: gro: avoid re-computing truesize twice on recyclePaolo Abeni1-1/+0
2022-02-04net: minor __dev_alloc_name() optimizationEric Dumazet1-2/+2
2022-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+16
2022-02-03page_pool: Refactor page_pool to enable fragmenting after allocationAlexander Duyck1-13/+10
2022-02-03net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann1-6/+12
2022-02-02rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()Eric Dumazet1-2/+4
2022-02-02net: allow SO_MARK with CAP_NET_RAW via cmsgJakub Kicinski1-1/+2
2022-01-31bpf: Make dst_port field in struct bpf_sock 16-bit wideJakub Sitnicki1-1/+9
2022-01-31tcp: Change SYN ACK retransmit behaviour to account for rehashAkhmat Karakotov1-1/+2
2022-01-31bpf: Add SO_TXREHASH setsockoptAkhmat Karakotov1-0/+10
2022-01-31txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov1-0/+13
2022-01-31txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov2-2/+14
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+6
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+34
2022-01-26net: Adjust sk_gso_max_size once when setDavid Ahern1-0/+1
2022-01-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-19/+383
2022-01-24net-procfs: show net devices bound packet typesJianguo Wu1-3/+32
2022-01-22proc: remove PDE_DATA() completelyMuchun Song2-6/+6
2022-01-22xdp: disable XDP_REDIRECT for xdp fragsLorenzo Bianconi1-0/+8
2022-01-22net: xdp: introduce bpf_xdp_pointer utility routineLorenzo Bianconi1-38/+138
2022-01-22bpf: add frags support to xdp copy helpersEelco Chaudron1-5/+52
2022-01-22bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron2-5/+72
2022-01-22bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi1-0/+15
2022-01-22xdp: add frags support to xdp_return_{buff/frame}Lorenzo Bianconi1-1/+53
2022-01-22net: xdp: add xdp_update_skb_shared_info utility routineLorenzo Bianconi1-0/+12
2022-01-21bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu1-7/+70
2022-01-20net: fix information leakage in /proc/net/ptypeCongyu Liu1-1/+2
2022-01-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+6
2022-01-19net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFKumar Kartikeya Dwivedi1-0/+1
2022-01-19bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi1-1/+0
2022-01-18netns: add schedule point in ops_exit_list()Eric Dumazet1-1/+3
2022-01-17net: Flush deferred skb free on socket destroyGal Pressman1-0/+3
2022-01-12net: fix sock_timestamping_bind_phc() to release deviceMiroslav Lichvar1-0/+2
2022-01-12Revert "of: net: support NVMEM cells with MAC in text format"Michael Walle1-22/+11
2022-01-11xdp: check prog type before updating BPF linkToke Høiland-Jørgensen1-0/+6
2022-01-10page_pool: remove spinlock in page_pool_refill_alloc_cache()Yunsheng Lin1-4/+0
2022-01-10net: skb: introduce kfree_skb_reason()Menglong Dong3-9/+16
2022-01-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-50/+152
2022-01-06gro: add ability to control gro max packet sizeCoco Li3-1/+28
2022-01-06xdp: Add xdp_do_redirect_frame() for pre-computed xdp_framesToke Høiland-Jørgensen1-11/+54
2022-01-06xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen1-7/+17
2022-01-06page_pool: Store the XDP mem idToke Høiland-Jørgensen2-2/+4
2022-01-06page_pool: Add callback to init pages when they are allocatedToke Høiland-Jørgensen1-0/+2
2022-01-06xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen1-30/+62
2022-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2022-01-06bpf: Add SO_RCVBUF/SO_SNDBUF in _bpf_getsockopt().Kuniyuki Iwashima1-0/+6
2022-01-06bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt().Kuniyuki Iwashima1-0/+2
2022-01-05bpf, sockmap: Fix double bpf_prog_put on error case in map_linkJohn Fastabend1-8/+13