aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-10net: fix kdoc on __dev_queue_xmit()Jakub Kicinski1-20/+15
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed1-2/+2
2022-05-06net: move netif_set_gso_max helpersJakub Kicinski1-0/+21
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-2/+2
2022-05-06net: don't allow user space to lift the device limitsJakub Kicinski2-2/+37
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski1-0/+12
2022-05-05net: Make msg_zerocopy_alloc staticDavid Ahern1-2/+1
2022-05-05net: align SO_RCVMARK required privileges with SO_MARKEyal Birger1-0/+6
2022-05-05Revert "Merge branch 'mlxsw-line-card-model'"Jakub Kicinski1-298/+5
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+11
2022-05-04tcp: resalt the secret every 10 secondsEric Dumazet1-3/+9
2022-05-04secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau1-2/+2
2022-05-04memcg: accounting for objects allocated for new netdeviceVasily Averin1-1/+1
2022-05-03netdev: reshuffle netif_napi_add() APIs to allow dropping weightJakub Kicinski1-3/+3
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang1-2/+1
2022-05-03net: sysctl: use shared sysctl macroTonghao Zhang1-6/+4
2022-05-02tcp: optimise skb_zerocopy_iter_stream()Pavel Begunkov1-2/+1
2022-05-02rtnl: move rtnl_newlink_create()Jakub Kicinski1-91/+86
2022-05-02rtnl: split __rtnl_newlink() into two functionsJakub Kicinski1-3/+20
2022-05-02rtnl: allocate more attr tables on the heapJakub Kicinski1-12/+18
2022-05-01sock: optimise sock_def_write_space barriersPavel Begunkov1-1/+25
2022-05-01sock: optimise UDP sock_wfree() refcountingPavel Begunkov1-0/+14
2022-05-01sock: dedup sock_def_write_space wmem_alloc checksPavel Begunkov1-3/+2
2022-04-30net: inline dev_queue_xmit()Pavel Begunkov1-13/+2
2022-04-30net: inline skb_zerocopy_iter_dgramPavel Begunkov3-24/+0
2022-04-30net: inline sock_alloc_send_skbPavel Begunkov1-7/+0
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil1-0/+7
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-14/+9
2022-04-28net: make sure net_rx_action() calls skb_defer_free_flush()Eric Dumazet1-1/+2
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-16/+13
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-4/+3
2022-04-26net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior1-9/+5
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet3-4/+81
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong2-9/+6
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi1-1/+1
2022-04-25devlink: introduce line card device info infrastructureJiri Pirko1-1/+70
2022-04-25devlink: introduce line card info get messageJiri Pirko1-4/+126
2022-04-25devlink: introduce line card devices supportJiri Pirko1-1/+103
2022-04-22bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hookEyal Birger1-4/+3
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima1-1/+1
2022-04-22Revert "rtnetlink: return EINVAL when request cannot succeed"Florent Fourcot1-1/+1
2022-04-20net: Change skb_ensure_writable()'s write_len param to unsigned int typeLiu Jian1-1/+1
2022-04-20bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian1-2/+2
2022-04-20flow_dissector: Add number of vlan tags dissectorBoris Sukholitko1-0/+20
2022-04-19bpf: Fix usage of trace RCU in local storage.KP Singh1-3/+3
2022-04-19rtnetlink: return EINVAL when request cannot succeedFlorent Fourcot1-1/+1
2022-04-19rtnetlink: return ENODEV when IFLA_ALT_IFNAME is used in dellinkFlorent Fourcot1-1/+1
2022-04-19rtnetlink: enable alt_ifname for setlink/newlinkFlorent Fourcot1-40/+29
2022-04-19rtnetlink: return ENODEV when ifname does not exist and group is givenFlorent Fourcot1-4/+14
2022-04-19net: sched: use queue_mapping to pick tx queueTonghao Zhang1-2/+29