summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2019-09-16ip6: fix skb leak in ip6frag_expire_frag_queue()Eric Dumazet1-1/+0
2019-09-16xfrm: clean up xfrm protocol checksCong Wang1-0/+17
2019-09-10net: sched: act_sample: fix psample group handling on overwriteVlad Buslov1-0/+1
2019-09-10net_sched: fix a NULL pointer deref in ipt actionCong Wang1-1/+3
2019-09-06tcp: fix tcp_rtx_queue_tail in case of empty retransmit queueTim Froidcoeur1-0/+4
2019-08-25xfrm: policy: remove pcpu policy cacheFlorian Westphal1-1/+0
2019-08-25Revert "tcp: Clear sk_send_head after purging the write queue"Sasha Levin1-3/+0
2019-08-16tcp: Clear sk_send_head after purging the write queueBen Hutchings1-0/+3
2019-08-09tcp: be more careful in tcp_fragment()Eric Dumazet1-0/+17
2019-08-04VSOCK: use TCP state constants for sk_stateStefan Hajnoczi1-3/+0
2019-07-31tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet1-1/+2
2019-07-31net: make skb_dst_force return true when dst is refcountedFlorian Westphal1-1/+4
2019-07-31ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov1-2/+4
2019-07-21ip6_tunnel: allow not to count pkts on tstats by passing dev as NULLXin Long1-3/+6
2019-06-25Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann1-0/+3
2019-06-17tcp: add tcp_min_snd_mss sysctlEric Dumazet1-0/+1
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet1-0/+2
2019-06-15Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman1-3/+0
2019-06-11ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern1-0/+8
2019-06-11ipv6: fix the check before getting the cookie in rt6_get_cookieXin Long1-2/+1
2019-06-09inet: switch IP ID generator to siphashEric Dumazet1-0/+2
2019-05-16nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter1-1/+1
2019-05-16netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal1-0/+2
2019-05-10Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann1-0/+3
2019-05-08caif: reduce stack size with KASANArnd Bergmann1-0/+27
2019-05-08sctp: avoid running the sctp state machine recursivelyXin Long1-1/+0
2019-05-04net/sched: don't dereference a->goto_chain to read the chain indexDavide Caratti1-1/+1
2019-04-27net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov1-2/+9
2019-04-27ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2-29/+104
2019-04-27net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov1-2/+14
2019-04-17netns: provide pure entropy for net_hash_mix()Eric Dumazet2-13/+3
2019-04-17vrf: check accept_source_route on the original netdeviceStephen Suryaputra1-1/+1
2019-04-05netfilter: physdev: relax br_netfilter dependencyFlorian Westphal1-1/+0
2019-04-03sctp: get sctphdr by offset in sctp_compute_cksumXin Long1-1/+1
2019-04-03packets: Always register packet sk in the same orderMaxime Chevallier1-0/+6
2019-03-23phonet: fix building with clangArnd Bergmann1-2/+3
2019-03-13Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke1-1/+1
2019-03-13net: avoid use IPCB in cipso_v4_errorNazarov Sergey1-0/+2
2019-03-13net: Add __icmp_send helper.Nazarov Sergey1-1/+8
2019-02-23ax25: fix possible use-after-freeEric Dumazet1-0/+12
2019-02-23tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet1-0/+1
2019-02-23net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi1-0/+1
2019-02-06ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann1-1/+2
2019-01-31net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel1-1/+1
2019-01-09netfilter: nf_conncount: Fix garbage collection with zonesYi-Hung Wei1-1/+2
2019-01-09netfilter: nf_conncount: expose connection list interfacePablo Neira Ayuso1-0/+14
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-3/+35
2018-12-17sctp: kfree_rcu asocXin Long1-0/+2
2018-12-17neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio1-5/+23
2018-12-05tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin1-1/+1