summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-1/+3
|\
| * net: fix wrong network header lengthLina Wang2022-05-091-1/+3
* | rtnetlink: verify rate parameters for calls to ndo_set_vf_rateBin Chen2022-05-121-10/+18
* | net: add more debug info in skb_checksum_help()Eric Dumazet2022-05-111-4/+6
* | net: remove two BUG() from skb_checksum_help()Eric Dumazet2022-05-111-2/+6
* | net: fix kdoc on __dev_queue_xmit()Jakub Kicinski2022-05-101-20/+15
* | rtnetlink: add extack support in fdb del handlersAlaa Mohamed2022-05-091-2/+2
* | net: move netif_set_gso_max helpersJakub Kicinski2022-05-061-0/+21
* | net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-2/+2
* | net: don't allow user space to lift the device limitsJakub Kicinski2022-05-062-2/+37
* | net: add netif_inherit_tso_max()Jakub Kicinski2022-05-061-0/+12
* | 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