summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tls: Add function to update the TLS socket configurationIlya Lesokhin2018-12-051-0/+2
* tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-12-011-0/+1
* inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet2018-10-181-5/+0
* tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2018-10-181-2/+1
* net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-181-0/+1
* bonding: avoid possible dead-lockMahesh Bandewar2018-10-181-6/+1
* NFC: Fix the number of pipesSuren Baghdasaryan2018-09-291-1/+1
* tls: zero the crypto information from tls_context before freeingSabrina Dubroca2018-09-291-6/+8
* ip: add helpers to process in-order fragments faster.Peter Oskolkov2018-09-191-0/+6
* net: sk_buff rbnode reorgEric Dumazet2018-09-191-1/+2