summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()Di Zhu2021-01-271-1/+1
* mlxsw: Register physical ports as a devlink resourceDanielle Ratson2021-01-221-0/+4
* tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2021-01-222-3/+5
* net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu2021-01-202-4/+11
* net: inline rollback_registered_many()Jakub Kicinski2021-01-201-14/+8
* net: move rollback_registered_many()Jakub Kicinski2021-01-201-93/+95
* net: inline rollback_registered()Jakub Kicinski2021-01-201-11/+6
* net: move net_set_todo inside rollback_registered()Jakub Kicinski2021-01-201-8/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-204-7/+19
|\
| * net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan2021-01-191-0/+5
| * net: core: devlink: use right genl user_ptr when handling port param get/setOleksandr Mazur2021-01-191-2/+2
| * skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin2021-01-161-1/+5
| * net_sched: gen_estimator: support large ewma logEric Dumazet2021-01-151-4/+7
* | net: fix GSO for SG-enabled devicesPaolo Abeni2021-01-191-2/+2
* | net: add inline function skb_csum_is_sctpXin Long2021-01-191-1/+1
* | net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan2021-01-181-0/+33
* | net: move the hsize check to the else block in skb_segmentXin Long2021-01-161-5/+6
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-01-153-16/+35
|\ \
| * | bpf: Allow to retrieve sol_socket opts from sock_addr progsDaniel Borkmann2021-01-121-2/+23
| * | net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-11/+9
| * | net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-4/+4
| * | bpf: Replace fput with sockfd_put in sock mapZheng Yongjun2021-01-081-1/+1
* | | neighbor: remove definition of DEBUGTom Rix2021-01-151-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-144-39/+80
|\ \ \ | | |/ | |/|
| * | net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUMTariq Toukan2021-01-141-3/+9
| * | net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet2021-01-141-2/+7
| * | net: compound page support in skb_seq_readWillem de Bruijn2021-01-111-5/+23
| * | net: make sure devices go through netdev_wait_all_refsJakub Kicinski2021-01-081-10/+4
| * | net: make free_netdev() more lenient with unregistering devicesJakub Kicinski2021-01-082-17/+17
| * | docs: net: explain struct net_device lifetimeJakub Kicinski2021-01-081-1/+1
| * | udp: Prevent reuseport_select_sock from reading uninitialized socksBaptiste Lepers2021-01-081-1/+1
| * | net: fix use-after-free when UDP GRO with shared fraglistDongseok Yi2021-01-081-1/+19
* | | net: flow_dissector: Parse PTP L2 packet headerEran Ben Elisha2021-01-141-0/+16
* | | net: core: use eth_type_vlan in __netif_receive_skb_coreMenglong Dong2021-01-131-4/+2
* | | net-gro: remove GRO_DROPEric Dumazet2021-01-091-11/+0
| |/ |/|
* | skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon2021-01-071-1/+1
* | skbuff: add flags to ubuf_info for ubuf setupJonathan Lemon2021-01-071-0/+1
* | net: group skb_shinfo zerocopy related bits together.Jonathan Lemon2021-01-071-5/+4
* | skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon2021-01-071-15/+15
* | skbuff: Call skb_zcopy_clear() before unref'ing fragmentsJonathan Lemon2021-01-071-1/+2
* | skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon2021-01-071-7/+5
* | skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon2021-01-071-1/+2
* | skbuff: replace sock_zerocopy_get with skb_zcopy_getJonathan Lemon2021-01-071-1/+1
* | skbuff: replace sock_zerocopy_put() with skb_zcopy_put()Jonathan Lemon2021-01-071-8/+1
* | skbuff: Push status and refcounts into sock_zerocopy_callbackJonathan Lemon2021-01-071-3/+11
* | skbuff: simplify sock_zerocopy_putJonathan Lemon2021-01-071-6/+2
* | udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpersJakub Kicinski2021-01-071-1/+1
|/
* net: neighbor: fix a crash caused by mod zeroweichenchen2020-12-281-4/+2
* net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tcAntoine Tenart2020-12-281-5/+18
* net-sysfs: take the rtnl lock when storing xps_rxqsAntoine Tenart2020-12-281-0/+7