Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2022-02-23net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet
2022-02-18net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet
2022-02-18net-sysfs: add check for netdevice being present to speed_showsuresh kumar
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet
2022-02-11bpf: Do not try bpf_msg_push_data with len 0Felix Maurer
2022-02-11drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hitEric Dumazet
2022-02-10skbuff: cleanup double word in commentTom Rix
2022-02-03net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann
2022-02-02rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()Eric Dumazet
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-01-24net-procfs: show net devices bound packet typesJianguo Wu
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-20net: fix information leakage in /proc/net/ptypeCongyu Liu
2022-01-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
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-10page_pool: remove spinlock in page_pool_refill_alloc_cache()Yunsheng Lin
2022-01-10net: skb: introduce kfree_skb_reason()Menglong Dong
2022-01-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-06gro: add ability to control gro max packet sizeCoco Li
2022-01-06xdp: Add xdp_do_redirect_frame() for pre-computed xdp_framesToke Høiland-Jørgensen
2022-01-06xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen
2022-01-06page_pool: Store the XDP mem idToke Høiland-Jørgensen
2022-01-06page_pool: Add callback to init pages when they are allocatedToke Høiland-Jørgensen
2022-01-06xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen
2022-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-06bpf: Add SO_RCVBUF/SO_SNDBUF in _bpf_getsockopt().Kuniyuki Iwashima
2022-01-06bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt().Kuniyuki Iwashima
2022-01-05bpf, sockmap: Fix double bpf_prog_put on error case in map_linkJohn Fastabend
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-31lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern
2021-12-30bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh
2021-12-30Merge tag 'for-net-next-2021-12-29' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-29of: net: support NVMEM cells with MAC in text formatRafał Miłecki
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-22devlink: Add new "event_eq_size" generic device paramShay Drory
2021-12-22devlink: Add new "io_eq_size" generic device paramShay Drory
2021-12-19flow_offload: add reoffload process to update hw_countBaowen Zheng
2021-12-19flow_offload: allow user to offload tc action to net deviceBaowen Zheng
2021-12-19bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo
2021-12-19bpf: Introduce MEM_RDONLY flagHao Luo
2021-12-19bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo
2021-12-18xdp: move the if dev statements to the firstYajun Deng
2021-12-18net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey
2021-12-18net/sched: Extend qdisc control block with tc control blockPaul Blakey