summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2020-11-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-4/+50
2020-11-19ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann2-2/+30
2020-11-199p: apply review requests for fid refcountingDominique Martinet1-1/+1
2020-11-199p: add refcount to p9_fid structJianyong Wu1-0/+6
2020-11-18net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan1-1/+15
2020-11-18xsk: Introduce batched Tx descriptor interfacesMagnus Karlsson1-0/+7
2020-11-16tcp: factor out __tcp_close() helperPaolo Abeni1-0/+1
2020-11-16tcp: factor out tcp_build_frag()Paolo Abeni1-0/+3
2020-11-16ipv6/netfilter: Discard first fragment not including all headersGeorg Kohmann1-0/+2
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2-3/+3
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel2-2/+2
2020-11-15tcp: avoid indirect call to tcp_stream_memory_free()Eric Dumazet1-2/+6
2020-11-15tcp: uninline tcp_stream_memory_free()Eric Dumazet1-12/+1
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-1/+44
2020-11-14net: page_pool: Add bulk support for ptr_ringLorenzo Bianconi1-0/+26
2020-11-14net: xdp: Introduce bulking for xdp tx return pathLorenzo Bianconi1-1/+16
2020-11-14ip_tunnels: Set tunnel option flag when tunnel metadata is presentYi-Hung Wei1-3/+4
2020-11-14net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike1-0/+1
2020-11-13Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...Jakub Kicinski3-6/+23
2020-11-13bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau1-0/+2
2020-11-13Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-11-11nl80211: fix kernel-doc warning in the new SAE attributeJohannes Berg1-8/+15
2020-11-11cfg80211: remove WDS codeJohannes Berg1-5/+0
2020-11-11inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet1-3/+3
2020-11-11inet: constify inet_sdif() argumentEric Dumazet1-1/+1
2020-11-10net: remove ip_tunnel_get_stats64Heiner Kallweit1-2/+0
2020-11-07net: sched: convert tasklets to use new tasklet_setup() APIAllen Pais1-0/+5
2020-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-1/+1
2020-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+9
2020-11-06nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel1-1/+2
2020-11-06nexthop: Emit a notification when a nexthop is addedIdo Schimmel1-1/+2
2020-11-06nexthop: Allow setting "offload" and "trap" indications on nexthopsIdo Schimmel1-0/+1
2020-11-06nexthop: Add nexthop notification data structuresIdo Schimmel1-0/+35
2020-11-06mac80211: add radiotap flag to assure frames are not reorderedMathy Vanhoef2-0/+5
2020-11-06mac80211: save HE oper info in BSS config for meshPradeep Kumar Chitrapu1-1/+2
2020-11-06cfg80211: Add support to configure SAE PWE value to driversRohan Dutta1-0/+9
2020-11-06sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long1-0/+6
2020-11-06net: dsa: Give drivers the chance to veto certain upper devicesVladimir Oltean1-0/+6
2020-11-06net: dsa: Add tag handling for Hirschmann Hellcreek switchesKurt Kanzenbach1-0/+2
2020-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2-0/+19
2020-11-05tcp: propagate MPTCP skb extensions on xmit splitsPaolo Abeni1-1/+20
2020-11-03mpls: drop skb's dst in mpls_forward()Guillaume Nault1-7/+5
2020-11-03fs/9p: track open fidsGreg Kurz1-0/+1
2020-11-03tcp: avoid slow start during fast recovery on new lossesYuchung Cheng1-1/+1
2020-11-03net: sched: Remove broken definitions and un-hide for !LOCKDEPJakub Kicinski1-12/+0
2020-11-03net: Un-hide lockdep_sock_is_held() for !LOCKDEPJakub Kicinski1-2/+0
2020-10-31netfilter: nf_reject: add reject skbuff creation helpersJose M. Guisado Gomez2-0/+19
2020-10-31sctp: add the error cause for new encapsulation port restartXin Long1-0/+3
2020-10-31sctp: add udphdr to overhead when udp_port is setXin Long2-2/+6
2020-10-31sctp: allow changing transport encap_port by peer packetsXin Long2-6/+2