summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net/compat: Add missing sock updates for SCM_RIGHTSKees Cook2020-08-211-0/+4
* net: refactor bind_bucket fastreuse into helperTim Froidcoeur2020-08-191-0/+4
* tcp: correct read of TFO keys on big endian systemsJason Baron2020-08-191-0/+2
* Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllersIsmael Ferreras Morezuelas2020-08-192-0/+13
* ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov2020-08-191-6/+4
* net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu2020-08-111-1/+2
* ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2020-08-111-0/+1
* xfrm: Fix crash when the hold queue is used.Steffen Klassert2020-08-051-2/+2
* xfrm: policy: match with both mark and mask on user interfacesXin Long2020-08-051-4/+7
* genetlink: get rid of family->attrbufCong Wang2020-07-221-2/+0
* sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-222-19/+17
* net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skbMartin Varghese2020-07-221-1/+9
* genetlink: remove genl_bindSean Tranchetti2020-07-221-8/+0
* seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam2020-07-091-1/+1
* xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen2020-06-301-0/+1
* sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-301-3/+5
* net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-301-1/+0
* bpf: Fix running sk_skb program types with ktlsJohn Fastabend2020-06-221-0/+9
* Bluetooth: Adding driver and quirk defs for multi-role LEAlain Michaud2020-06-221-0/+9
* dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai2020-06-171-0/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-05-291-0/+1
|\
| * xfrm: espintcp: save and call old ->sk_destructSabrina Dubroca2020-04-201-0/+1
* | ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern2020-05-262-0/+35
* | ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern2020-05-262-0/+35
* | nexthop: Expand nexthop_is_multipath in a few placesDavid Ahern2020-05-261-16/+25
* | nexthops: don't modify published nexthop groupsNikolay Aleksandrov2020-05-261-0/+1
* | net/tls: fix race condition causing kernel panicVinay Kumar Yadav2020-05-251-0/+4
* | Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-05-221-1/+1
|\ \
| * | rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-111-1/+1
* | | net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2020-05-211-1/+0
* | | net sched: fix reporting the first-time use timestampRoman Mashak2020-05-181-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-05-142-1/+2
|\ \ \
| * | | netfilter: flowtable: Add pending bit for offload workPaul Blakey2020-05-111-0/+1
| * | | netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann2020-05-101-1/+1
* | | | tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2020-05-121-0/+13
|/ / /
* | | net: bareudp: avoid uninitialized variable warningArnd Bergmann2020-05-071-2/+0
* | | net: remove spurious declaration of tcp_default_init_rwnd()Maciej Żenczykowski2020-05-071-1/+0
* | | net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso2020-05-061-1/+8
* | | net_sched: fix tcm_parent in tc filter dumpCong Wang2020-05-041-0/+1
* | | ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern2020-05-012-0/+11
* | | tunnel: Propagate ECT(1) when decapsulating as recommended by RFC6040Toke Høiland-Jørgensen2020-04-301-2/+55
* | | mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni2020-04-301-2/+0
* | | mptcp: consolidate synack processing.Paolo Abeni2020-04-301-1/+0
|/ /
* | mac80211: populate debugfs only after cfg80211 initJohannes Berg2020-04-241-1/+3
* | ipv6: ndisc: RFC-ietf-6man-ra-pref64-09 is now published as RFC8781Maciej Żenczykowski2020-04-221-1/+1
* | tcp: cache line align MAX_TCP_HEADEREric Dumazet2020-04-181-1/+1
* | cfg80211: fix kernel-doc notationLothar Rubusch2020-04-141-0/+10
|/
* net: ipv6: do not consider routes via gateways for anycast address checkTim Stallard2020-04-071-0/+1
* net: sock.h: fix skb_steal_sock() kernel-docLothar Rubusch2020-04-071-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-04-071-1/+1
|\