aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2022-05-03netdev: reshuffle netif_napi_add() APIs to allow dropping weightJakub Kicinski
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang
2022-05-03net: sysctl: use shared sysctl macroTonghao Zhang
2022-05-02tcp: optimise skb_zerocopy_iter_stream()Pavel Begunkov
2022-05-02rtnl: move rtnl_newlink_create()Jakub Kicinski
2022-05-02rtnl: split __rtnl_newlink() into two functionsJakub Kicinski
2022-05-02rtnl: allocate more attr tables on the heapJakub Kicinski
2022-05-01sock: optimise sock_def_write_space barriersPavel Begunkov
2022-05-01sock: optimise UDP sock_wfree() refcountingPavel Begunkov
2022-05-01sock: dedup sock_def_write_space wmem_alloc checksPavel Begunkov
2022-04-30net: inline dev_queue_xmit()Pavel Begunkov
2022-04-30net: inline skb_zerocopy_iter_dgramPavel Begunkov
2022-04-30net: inline sock_alloc_send_skbPavel Begunkov
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-28net: make sure net_rx_action() calls skb_defer_free_flush()Eric Dumazet
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-04-26net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi
2022-04-25devlink: introduce line card device info infrastructureJiri Pirko
2022-04-25devlink: introduce line card info get messageJiri Pirko
2022-04-25devlink: introduce line card devices supportJiri Pirko
2022-04-22bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hookEyal Birger
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima
2022-04-22Revert "rtnetlink: return EINVAL when request cannot succeed"Florent Fourcot
2022-04-20net: Change skb_ensure_writable()'s write_len param to unsigned int typeLiu Jian
2022-04-20bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian
2022-04-20flow_dissector: Add number of vlan tags dissectorBoris Sukholitko
2022-04-19bpf: Fix usage of trace RCU in local storage.KP Singh
2022-04-19rtnetlink: return EINVAL when request cannot succeedFlorent Fourcot
2022-04-19rtnetlink: return ENODEV when IFLA_ALT_IFNAME is used in dellinkFlorent Fourcot
2022-04-19rtnetlink: enable alt_ifname for setlink/newlinkFlorent Fourcot
2022-04-19rtnetlink: return ENODEV when ifname does not exist and group is givenFlorent Fourcot
2022-04-19net: sched: use queue_mapping to pick tx queueTonghao Zhang
2022-04-18devlink: add port to line card relationship setJiri Pirko
2022-04-18devlink: implement line card active stateJiri Pirko
2022-04-18devlink: implement line card provisioningJiri Pirko
2022-04-18devlink: add support to create line card and expose to userJiri Pirko
2022-04-15net: page_pool: introduce ethtool statsLorenzo Bianconi
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-14rtnetlink: Fix handling of disabled L3 stats in RTM_GETSTATS repliesPetr Machata
2022-04-13net: rtnetlink: add ndm flags and state mask attributesNikolay Aleksandrov
2022-04-13net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_delNikolay Aleksandrov
2022-04-13net: rtnetlink: add bulk delete support flagNikolay Aleksandrov
2022-04-13net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov
2022-04-13net: rtnetlink: add msg kind namesNikolay Aleksandrov
2022-04-12page_pool: Add recycle stats to page_pool_put_page_bulkLorenzo Bianconi