Age | Commit message (Expand) | Author |
2021-01-27 | net: sysctl: remove redundant #ifdef CONFIG_NET | Masahiro Yamada |
2021-01-27 | pktgen: fix misuse of BUG_ON() in pktgen_thread_worker() | Di Zhu |
2021-01-22 | mlxsw: Register physical ports as a devlink resource | Danielle Ratson |
2021-01-22 | tcp: add TTL to SCM_TIMESTAMPING_OPT_STATS | Yousuk Seung |
2021-01-20 | net/sched: cls_flower add CT_FLAGS_INVALID flag support | wenxu |
2021-01-20 | net: inline rollback_registered_many() | Jakub Kicinski |
2021-01-20 | net: move rollback_registered_many() | Jakub Kicinski |
2021-01-20 | net: inline rollback_registered() | Jakub Kicinski |
2021-01-20 | net: move net_set_todo inside rollback_registered() | Jakub Kicinski |
2021-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-01-19 | net: fix GSO for SG-enabled devices | Paolo Abeni |
2021-01-19 | net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabled | Tariq Toukan |
2021-01-19 | net: add inline function skb_csum_is_sctp | Xin Long |
2021-01-19 | net: core: devlink: use right genl user_ptr when handling port param get/set | Oleksandr Mazur |
2021-01-18 | net: netdevice: Add operation ndo_sk_get_lower_dev | Tariq Toukan |
2021-01-16 | net: move the hsize check to the else block in skb_segment | Xin Long |
2021-01-16 | skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too | Alexander Lobakin |
2021-01-15 | net_sched: gen_estimator: support large ewma log | Eric Dumazet |
2021-01-15 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2021-01-15 | neighbor: remove definition of DEBUG | Tom Rix |
2021-01-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-01-14 | net: flow_dissector: Parse PTP L2 packet header | Eran Ben Elisha |
2021-01-14 | net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUM | Tariq Toukan |
2021-01-14 | net: avoid 32 x truesize under-estimation for tiny skbs | Eric Dumazet |
2021-01-13 | net: core: use eth_type_vlan in __netif_receive_skb_core | Menglong Dong |
2021-01-12 | bpf: Allow to retrieve sol_socket opts from sock_addr progs | Daniel Borkmann |
2021-01-11 | net: compound page support in skb_seq_read | Willem de Bruijn |
2021-01-09 | net-gro: remove GRO_DROP | Eric Dumazet |
2021-01-08 | net: make sure devices go through netdev_wait_all_refs | Jakub Kicinski |
2021-01-08 | net: make free_netdev() more lenient with unregistering devices | Jakub Kicinski |
2021-01-08 | docs: net: explain struct net_device lifetime | Jakub Kicinski |
2021-01-08 | udp: Prevent reuseport_select_sock from reading uninitialized socks | Baptiste Lepers |
2021-01-08 | net: fix use-after-free when UDP GRO with shared fraglist | Dongseok Yi |
2021-01-08 | net, xdp: Introduce xdp_prepare_buff utility routine | Lorenzo Bianconi |
2021-01-08 | net, xdp: Introduce xdp_init_buff utility routine | Lorenzo Bianconi |
2021-01-08 | bpf: Replace fput with sockfd_put in sock map | Zheng Yongjun |
2021-01-07 | skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put} | Jonathan Lemon |
2021-01-07 | skbuff: add flags to ubuf_info for ubuf setup | Jonathan Lemon |
2021-01-07 | net: group skb_shinfo zerocopy related bits together. | Jonathan Lemon |
2021-01-07 | skbuff: rename sock_zerocopy_* to msg_zerocopy_* | Jonathan Lemon |
2021-01-07 | skbuff: Call skb_zcopy_clear() before unref'ing fragments | Jonathan Lemon |
2021-01-07 | skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abort | Jonathan Lemon |
2021-01-07 | skbuff: Add skb parameter to the ubuf zerocopy callback | Jonathan Lemon |
2021-01-07 | skbuff: replace sock_zerocopy_get with skb_zcopy_get | Jonathan Lemon |
2021-01-07 | skbuff: replace sock_zerocopy_put() with skb_zcopy_put() | Jonathan Lemon |
2021-01-07 | skbuff: Push status and refcounts into sock_zerocopy_callback | Jonathan Lemon |
2021-01-07 | skbuff: simplify sock_zerocopy_put | Jonathan Lemon |
2021-01-07 | udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpers | Jakub Kicinski |
2020-12-28 | net: neighbor: fix a crash caused by mod zero | weichenchen |
2020-12-28 | net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tc | Antoine Tenart |