summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Make msg_zerocopy_alloc staticDavid Ahern2022-05-051-2/+1
* net: align SO_RCVMARK required privileges with SO_MARKEyal Birger2022-05-051-0/+6
* Revert "Merge branch 'mlxsw-line-card-model'"Jakub Kicinski2022-05-051-298/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-051-5/+11
|\
| * tcp: resalt the secret every 10 secondsEric Dumazet2022-05-041-3/+9
| * secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-05-041-2/+2
* | memcg: accounting for objects allocated for new netdeviceVasily Averin2022-05-041-1/+1
* | netdev: reshuffle netif_napi_add() APIs to allow dropping weightJakub Kicinski2022-05-031-3/+3
* | net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang2022-05-031-2/+1
* | net: sysctl: use shared sysctl macroTonghao Zhang2022-05-031-6/+4
* | tcp: optimise skb_zerocopy_iter_stream()Pavel Begunkov2022-05-021-2/+1
* | rtnl: move rtnl_newlink_create()Jakub Kicinski2022-05-021-91/+86
* | rtnl: split __rtnl_newlink() into two functionsJakub Kicinski2022-05-021-3/+20
* | rtnl: allocate more attr tables on the heapJakub Kicinski2022-05-021-12/+18
* | sock: optimise sock_def_write_space barriersPavel Begunkov2022-05-011-1/+25
* | sock: optimise UDP sock_wfree() refcountingPavel Begunkov2022-05-011-0/+14
* | sock: dedup sock_def_write_space wmem_alloc checksPavel Begunkov2022-05-011-3/+2
* | net: inline dev_queue_xmit()Pavel Begunkov2022-04-301-13/+2
* | net: inline skb_zerocopy_iter_dgramPavel Begunkov2022-04-303-24/+0
* | net: inline sock_alloc_send_skbPavel Begunkov2022-04-301-7/+0
* | net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-282-14/+9
|\|
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-04-271-4/+3
| |\
| | * bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hookEyal Birger2022-04-221-4/+3
| * | net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior2022-04-261-9/+5
* | | net: make sure net_rx_action() calls skb_defer_free_flush()Eric Dumazet2022-04-281-1/+2
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-274-16/+13
|\ \ \
| * | | bpf: Compute map_btf_id during build timeMenglong Dong2022-04-262-9/+6
| * | | bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi2022-04-251-1/+1
| * | | net: Change skb_ensure_writable()'s write_len param to unsigned int typeLiu Jian2022-04-201-1/+1
| * | | bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian2022-04-201-2/+2
| * | | bpf: Fix usage of trace RCU in local storage.KP Singh2022-04-191-3/+3
* | | | net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-263-4/+81
* | | | devlink: introduce line card device info infrastructureJiri Pirko2022-04-251-1/+70
* | | | devlink: introduce line card info get messageJiri Pirko2022-04-251-4/+126
* | | | devlink: introduce line card devices supportJiri Pirko2022-04-251-1/+103
* | | | ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima2022-04-221-1/+1
* | | | Revert "rtnetlink: return EINVAL when request cannot succeed"Florent Fourcot2022-04-221-1/+1
* | | | flow_dissector: Add number of vlan tags dissectorBoris Sukholitko2022-04-201-0/+20
* | | | rtnetlink: return EINVAL when request cannot succeedFlorent Fourcot2022-04-191-1/+1
* | | | rtnetlink: return ENODEV when IFLA_ALT_IFNAME is used in dellinkFlorent Fourcot2022-04-191-1/+1
* | | | rtnetlink: enable alt_ifname for setlink/newlinkFlorent Fourcot2022-04-191-40/+29
* | | | rtnetlink: return ENODEV when ifname does not exist and group is givenFlorent Fourcot2022-04-191-4/+14
* | | | net: sched: use queue_mapping to pick tx queueTonghao Zhang2022-04-191-2/+29
* | | | devlink: add port to line card relationship setJiri Pirko2022-04-181-1/+25
* | | | devlink: implement line card active stateJiri Pirko2022-04-181-0/+41
* | | | devlink: implement line card provisioningJiri Pirko2022-04-181-3/+319
* | | | devlink: add support to create line card and expose to userJiri Pirko2022-04-181-1/+269
* | | | net: page_pool: introduce ethtool statsLorenzo Bianconi2022-04-151-1/+62
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-152-1/+5
|\ \ \ \ | | |/ / | |/| |