aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck
2022-05-16net: add IFLA_TSO_{MAX_SIZE|SEGS} attributesEric Dumazet
2022-05-13net: page_pool: add page allocation stats for two fast page allocate pathJie Wang
2022-05-12net: update the register_netdevice() kdocJakub Kicinski
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-12rtnetlink: verify rate parameters for calls to ndo_set_vf_rateBin Chen
2022-05-11net: add more debug info in skb_checksum_help()Eric Dumazet
2022-05-11net: remove two BUG() from skb_checksum_help()Eric Dumazet
2022-05-10net: fix kdoc on __dev_queue_xmit()Jakub Kicinski
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed
2022-05-09net: fix wrong network header lengthLina Wang
2022-05-06net: move netif_set_gso_max helpersJakub Kicinski
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-05-06net: don't allow user space to lift the device limitsJakub Kicinski
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski
2022-05-05net: Make msg_zerocopy_alloc staticDavid Ahern
2022-05-05net: align SO_RCVMARK required privileges with SO_MARKEyal Birger
2022-05-05Revert "Merge branch 'mlxsw-line-card-model'"Jakub Kicinski
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-04tcp: resalt the secret every 10 secondsEric Dumazet
2022-05-04secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau
2022-05-04memcg: accounting for objects allocated for new netdeviceVasily Averin
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