Age | Commit message (Expand) | Author |
2022-05-12 | net: update the register_netdevice() kdoc | Jakub Kicinski |
2022-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-05-12 | rtnetlink: verify rate parameters for calls to ndo_set_vf_rate | Bin Chen |
2022-05-11 | net: add more debug info in skb_checksum_help() | Eric Dumazet |
2022-05-11 | net: remove two BUG() from skb_checksum_help() | Eric Dumazet |
2022-05-10 | net: fix kdoc on __dev_queue_xmit() | Jakub Kicinski |
2022-05-10 | bpf: Add source ip in "struct bpf_tunnel_key" | Kaixi Fan |
2022-05-10 | bpf: Print some info if disable bpf_jit_enable failed | Tiezhu Yang |
2022-05-10 | net: sysctl: Use SYSCTL_TWO instead of &two | Tiezhu Yang |
2022-05-09 | rtnetlink: add extack support in fdb del handlers | Alaa Mohamed |
2022-05-09 | net: fix wrong network header length | Lina Wang |
2022-05-06 | net: move netif_set_gso_max helpers | Jakub Kicinski |
2022-05-06 | net: make drivers set the TSO limit not the GSO limit | Jakub Kicinski |
2022-05-06 | net: don't allow user space to lift the device limits | Jakub Kicinski |
2022-05-06 | net: add netif_inherit_tso_max() | Jakub Kicinski |
2022-05-05 | net: Make msg_zerocopy_alloc static | David Ahern |
2022-05-05 | net: align SO_RCVMARK required privileges with SO_MARK | Eyal Birger |
2022-05-05 | Revert "Merge branch 'mlxsw-line-card-model'" | Jakub Kicinski |
2022-05-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-05-04 | tcp: resalt the secret every 10 seconds | Eric Dumazet |
2022-05-04 | secure_seq: use the 64 bits of the siphash for port offset calculation | Willy Tarreau |
2022-05-04 | memcg: accounting for objects allocated for new netdevice | Vasily Averin |
2022-05-03 | netdev: reshuffle netif_napi_add() APIs to allow dropping weight | Jakub Kicinski |
2022-05-03 | net: sysctl: introduce sysctl SYSCTL_THREE | Tonghao Zhang |
2022-05-03 | net: sysctl: use shared sysctl macro | Tonghao Zhang |
2022-05-02 | tcp: optimise skb_zerocopy_iter_stream() | Pavel Begunkov |
2022-05-02 | rtnl: move rtnl_newlink_create() | Jakub Kicinski |
2022-05-02 | rtnl: split __rtnl_newlink() into two functions | Jakub Kicinski |
2022-05-02 | rtnl: allocate more attr tables on the heap | Jakub Kicinski |
2022-05-01 | sock: optimise sock_def_write_space barriers | Pavel Begunkov |
2022-05-01 | sock: optimise UDP sock_wfree() refcounting | Pavel Begunkov |
2022-05-01 | sock: dedup sock_def_write_space wmem_alloc checks | Pavel Begunkov |
2022-04-30 | net: inline dev_queue_xmit() | Pavel Begunkov |
2022-04-30 | net: inline skb_zerocopy_iter_dgram | Pavel Begunkov |
2022-04-30 | net: inline sock_alloc_send_skb | Pavel Begunkov |
2022-04-28 | bpf, sockmap: Call skb_linearize only when required in sk_psock_skb_ingress_e... | Liu Jian |
2022-04-28 | net: SO_RCVMARK socket option for SO_MARK with recvmsg() | Erin MacNeil |
2022-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-04-28 | net: make sure net_rx_action() calls skb_defer_free_flush() | Eric Dumazet |
2022-04-27 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-04-27 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski |
2022-04-26 | net: Use this_cpu_inc() to increment net->core_stats | Sebastian Andrzej Siewior |
2022-04-26 | net: generalize skb freeing deferral to per-cpu lists | Eric Dumazet |
2022-04-26 | bpf: Compute map_btf_id during build time | Menglong Dong |
2022-04-25 | bpf: Tag argument to be released in bpf_func_proto | Kumar Kartikeya Dwivedi |
2022-04-25 | devlink: introduce line card device info infrastructure | Jiri Pirko |
2022-04-25 | devlink: introduce line card info get message | Jiri Pirko |
2022-04-25 | devlink: introduce line card devices support | Jiri Pirko |
2022-04-22 | bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook | Eyal Birger |
2022-04-22 | ipv6: Use ipv6_only_sock() helper in condition. | Kuniyuki Iwashima |