summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-10net: make net->dev_unreg_count atomicEric Dumazet
2022-02-10skbuff: cleanup double word in commentTom Rix
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-09net: drop_monitor: support drop reasonMenglong Dong
2022-02-09bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki
2022-02-08net: remove default_device_exit()Eric Dumazet
2022-02-08net: add dev->dev_registered_trackerEric Dumazet
2022-02-06net: initialize init_net earlierEric Dumazet
2022-02-05skmsg: convert struct sk_msg_sg::copy to a bitmapEric Dumazet
2022-02-05net: refine dev_put()/dev_hold() debuggingEric Dumazet
2022-02-05net: gro: minor optimization for dev_gro_receive()Paolo Abeni
2022-02-05net: gro: avoid re-computing truesize twice on recyclePaolo Abeni
2022-02-03net: minor __dev_alloc_name() optimizationEric Dumazet
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-03page_pool: Refactor page_pool to enable fragmenting after allocationAlexander Duyck
2022-02-02net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann
2022-02-01rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()Eric Dumazet
2022-02-01net: allow SO_MARK with CAP_NET_RAW via cmsgJakub Kicinski
2022-01-31bpf: Make dst_port field in struct bpf_sock 16-bit wideJakub Sitnicki
2022-01-31tcp: Change SYN ACK retransmit behaviour to account for rehashAkhmat Karakotov
2022-01-31bpf: Add SO_TXREHASH setsockoptAkhmat Karakotov
2022-01-31txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov
2022-01-31txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-01-25net: Adjust sk_gso_max_size once when setDavid Ahern
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-24net-procfs: show net devices bound packet typesJianguo Wu
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-21xdp: disable XDP_REDIRECT for xdp fragsLorenzo Bianconi
2022-01-21net: xdp: introduce bpf_xdp_pointer utility routineLorenzo Bianconi
2022-01-21bpf: add frags support to xdp copy helpersEelco Chaudron
2022-01-21bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron
2022-01-21bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi
2022-01-21xdp: add frags support to xdp_return_{buff/frame}Lorenzo Bianconi
2022-01-21net: xdp: add xdp_update_skb_shared_info utility routineLorenzo Bianconi
2022-01-20bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu
2022-01-20net: fix information leakage in /proc/net/ptypeCongyu Liu
2022-01-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-01-18net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFKumar Kartikeya Dwivedi
2022-01-18bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi
2022-01-18netns: add schedule point in ops_exit_list()Eric Dumazet
2022-01-17net: Flush deferred skb free on socket destroyGal Pressman
2022-01-12net: fix sock_timestamping_bind_phc() to release deviceMiroslav Lichvar
2022-01-12Revert "of: net: support NVMEM cells with MAC in text format"Michael Walle
2022-01-11xdp: check prog type before updating BPF linkToke Høiland-Jørgensen
2022-01-09page_pool: remove spinlock in page_pool_refill_alloc_cache()Yunsheng Lin
2022-01-09net: skb: introduce kfree_skb_reason()Menglong Dong
2022-01-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski