summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2020-08-11net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu1-1/+2
2020-08-11ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang1-0/+1
2020-08-05xfrm: Fix crash when the hold queue is used.Steffen Klassert1-2/+2
2020-08-05xfrm: policy: match with both mark and mask on user interfacesXin Long1-4/+7
2020-07-22genetlink: get rid of family->attrbufCong Wang1-2/+0
2020-07-22sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2-19/+17
2020-07-22net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skbMartin Varghese1-1/+9
2020-07-22genetlink: remove genl_bindSean Tranchetti1-8/+0
2020-07-09seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam1-1/+1
2020-06-30xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen1-0/+1
2020-06-30sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner1-3/+5
2020-06-30net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-1/+0
2020-06-22bpf: Fix running sk_skb program types with ktlsJohn Fastabend1-0/+9
2020-06-22Bluetooth: Adding driver and quirk defs for multi-role LEAlain Michaud1-0/+9
2020-06-17dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai1-0/+6
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+1
2020-05-26ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern2-0/+35
2020-05-26ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern2-0/+35
2020-05-26nexthop: Expand nexthop_is_multipath in a few placesDavid Ahern1-16/+25
2020-05-26nexthops: don't modify published nexthop groupsNikolay Aleksandrov1-0/+1
2020-05-25net/tls: fix race condition causing kernel panicVinay Kumar Yadav1-0/+4
2020-05-22Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller1-1/+1
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca1-1/+0
2020-05-18net sched: fix reporting the first-time use timestampRoman Mashak1-1/+2
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+2
2020-05-12tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet1-0/+13
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells1-1/+1
2020-05-11netfilter: flowtable: Add pending bit for offload workPaul Blakey1-0/+1
2020-05-10netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann1-1/+1
2020-05-07net: bareudp: avoid uninitialized variable warningArnd Bergmann1-2/+0
2020-05-07net: remove spurious declaration of tcp_default_init_rwnd()Maciej Żenczykowski1-1/+0
2020-05-06net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso1-1/+8
2020-05-04net_sched: fix tcm_parent in tc filter dumpCong Wang1-0/+1
2020-05-01ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern2-0/+11
2020-04-30tunnel: Propagate ECT(1) when decapsulating as recommended by RFC6040Toke Høiland-Jørgensen1-2/+55
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni1-2/+0
2020-04-30mptcp: consolidate synack processing.Paolo Abeni1-1/+0
2020-04-24mac80211: populate debugfs only after cfg80211 initJohannes Berg1-1/+3
2020-04-22ipv6: ndisc: RFC-ietf-6man-ra-pref64-09 is now published as RFC8781Maciej Żenczykowski1-1/+1
2020-04-20xfrm: espintcp: save and call old ->sk_destructSabrina Dubroca1-0/+1
2020-04-18tcp: cache line align MAX_TCP_HEADEREric Dumazet1-1/+1
2020-04-14cfg80211: fix kernel-doc notationLothar Rubusch1-0/+10
2020-04-07net: ipv6: do not consider routes via gateways for anycast address checkTim Stallard1-0/+1
2020-04-07net: sock.h: fix skb_steal_sock() kernel-docLothar Rubusch1-3/+3
2020-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2020-04-06Merge tag '9p-for-5.7' of git://github.com/martinetd/linuxLinus Torvalds1-2/+2
2020-04-05netfilter: nf_tables: do not update stateful expressions if lookup is invertedPablo Neira Ayuso1-1/+1
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds73-265/+1391
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+1
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-16/+50