aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-20ip_gre: remove CRC flag from dev features in gre_gso_segmentXin Long1-11/+4
2021-01-20udp: not remove the CRC flag from dev features when need_csum is falseXin Long1-2/+2
2021-01-20net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu4-5/+15
2021-01-20net: inline rollback_registered_many()Jakub Kicinski1-14/+8
2021-01-20net: move rollback_registered_many()Jakub Kicinski1-93/+95
2021-01-20net: inline rollback_registered()Jakub Kicinski1-11/+6
2021-01-20net: move net_set_todo inside rollback_registered()Jakub Kicinski1-8/+3
2021-01-20nexthop: Specialize rtm_nh_policyPetr Machata1-14/+9
2021-01-20nexthop: Use a dedicated policy for nh_valid_dump_req()Petr Machata1-33/+27
2021-01-20nexthop: Use a dedicated policy for nh_valid_get_del_req()Petr Machata1-17/+9
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-105/+137
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds23-103/+135
2021-01-20tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima1-2/+2
2021-01-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-2/+2
2021-01-19tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2-17/+10
2021-01-19net: fix GSO for SG-enabled devicesPaolo Abeni1-2/+2
2021-01-19tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet1-12/+13
2021-01-19taprio: boolean values to a bool variableJiapeng Zhong1-3/+3
2021-01-19net: nfc: nci: fix the wrong NCI_CORE_INIT parametersBongsu Jeon1-1/+1
2021-01-19net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan1-0/+5
2021-01-19net: add inline function skb_csum_is_sctpXin Long1-1/+1
2021-01-19netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault1-1/+1
2021-01-19udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault1-1/+2
2021-01-19xsk: Clear pool even for inactive queuesMaxim Mikityanskiy1-2/+2
2021-01-19Merge tag 'nfsd-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-2/+2
2021-01-19net: core: devlink: use right genl user_ptr when handling port param get/setOleksandr Mazur1-2/+2
2021-01-18net/tls: Except bond interface from some TLS checksTariq Toukan2-1/+3
2021-01-18net/tls: Device offload to use lowest netdevice in chainTariq Toukan1-1/+1
2021-01-18net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan1-0/+33
2021-01-18net_sched: fix RTNL deadlock again caused by request_module()Cong Wang2-40/+75
2021-01-18tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen5-7/+11
2021-01-18ipv6: set multicast flag on the multicast routeMatteo Croce1-1/+1
2021-01-18ipv6: create multicast route with RTPROT_KERNELMatteo Croce1-0/+1
2021-01-18net: bridge: check vlan with eth_type_vlan() methodMenglong Dong3-12/+5
2021-01-18Merge tag 'mac80211-for-net-2021-01-18.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211Jakub Kicinski4-39/+49
2021-01-16sctp: remove the NETIF_F_SG flag before calling skb_segmentXin Long1-1/+1
2021-01-16net: move the hsize check to the else block in skb_segmentXin Long1-5/+6
2021-01-16skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin1-1/+5
2021-01-15tcp_cubic: use memset and offsetof initYejune Deng1-10/+1
2021-01-15nfc: netlink: use &w->w in nfc_genl_rcv_nl_eventGeliang Tang1-2/+2
2021-01-15net: dsa: add ops for devlink-sbVladimir Oltean1-1/+158
2021-01-15net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet1-2/+6
2021-01-15net_sched: gen_estimator: support large ewma logEric Dumazet1-4/+7
2021-01-15net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet1-1/+2
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-23/+39
2021-01-15neighbor: remove definition of DEBUGTom Rix1-1/+0
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean2-3/+8
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-1/+2
2021-01-15cls_flower: call nla_ok() before nla_next()Cong Wang1-9/+13
2021-01-15dsa: add support for Arrow XRS700x tag trailerGeorge McCollister3-0/+68