summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* ip6: fix skb leak in ip6frag_expire_frag_queue()Eric Dumazet2019-09-161-1/+0
* xfrm: clean up xfrm protocol checksCong Wang2019-09-161-0/+17
* net: sched: act_sample: fix psample group handling on overwriteVlad Buslov2019-09-101-0/+1
* net_sched: fix a NULL pointer deref in ipt actionCong Wang2019-09-101-1/+3
* tcp: fix tcp_rtx_queue_tail in case of empty retransmit queueTim Froidcoeur2019-09-061-0/+4
* xfrm: policy: remove pcpu policy cacheFlorian Westphal2019-08-251-1/+0
* Revert "tcp: Clear sk_send_head after purging the write queue"Sasha Levin2019-08-251-3/+0
* tcp: Clear sk_send_head after purging the write queueBen Hutchings2019-08-161-0/+3
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-08-091-0/+17
* VSOCK: use TCP state constants for sk_stateStefan Hajnoczi2019-08-041-3/+0
* tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-311-1/+2
* net: make skb_dst_force return true when dst is refcountedFlorian Westphal2019-07-311-1/+4
* ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov2019-07-311-2/+4
* ip6_tunnel: allow not to count pkts on tstats by passing dev as NULLXin Long2019-07-211-3/+6
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-06-251-0/+3
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-171-0/+1
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-171-0/+2
* Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman2019-06-151-3/+0
* ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern2019-06-111-0/+8
* ipv6: fix the check before getting the cookie in rt6_get_cookieXin Long2019-06-111-2/+1
* inet: switch IP ID generator to siphashEric Dumazet2019-06-091-0/+2
* nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter2019-05-161-1/+1
* netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2019-05-161-0/+2
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-05-101-0/+3
* caif: reduce stack size with KASANArnd Bergmann2019-05-081-0/+27
* sctp: avoid running the sctp state machine recursivelyXin Long2019-05-081-1/+0
* net/sched: don't dereference a->goto_chain to read the chain indexDavide Caratti2019-05-041-1/+1
* net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov2019-04-271-2/+9
* ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2019-04-272-29/+104
* net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2019-04-271-2/+14
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-04-172-13/+3
* vrf: check accept_source_route on the original netdeviceStephen Suryaputra2019-04-171-1/+1
* netfilter: physdev: relax br_netfilter dependencyFlorian Westphal2019-04-051-1/+0
* sctp: get sctphdr by offset in sctp_compute_cksumXin Long2019-04-031-1/+1
* packets: Always register packet sk in the same orderMaxime Chevallier2019-04-031-0/+6
* phonet: fix building with clangArnd Bergmann2019-03-231-2/+3
* Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke2019-03-131-1/+1
* net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-03-131-0/+2
* net: Add __icmp_send helper.Nazarov Sergey2019-03-131-1/+8
* ax25: fix possible use-after-freeEric Dumazet2019-02-231-0/+12
* tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-231-0/+1
* net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2019-02-231-0/+1
* ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann2019-02-061-1/+2
* net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2019-01-311-1/+1
* netfilter: nf_conncount: Fix garbage collection with zonesYi-Hung Wei2019-01-091-1/+2
* netfilter: nf_conncount: expose connection list interfacePablo Neira Ayuso2019-01-091-0/+14
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-091-3/+35
* sctp: kfree_rcu asocXin Long2018-12-171-0/+2
* neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio2018-12-171-5/+23
* tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin2018-12-051-1/+1