summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
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-14Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke1-1/+1
2019-03-14net: avoid use IPCB in cipso_v4_errorNazarov Sergey1-0/+2
2019-03-14net: 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
2018-12-05tls: Add function to update the TLS socket configurationIlya Lesokhin1-0/+2
2018-12-01tcp: do not release socket ownership in tcp_close()Eric Dumazet1-0/+1
2018-10-18inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet1-5/+0
2018-10-18tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet1-2/+1
2018-10-18net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca1-0/+1
2018-10-18bonding: avoid possible dead-lockMahesh Bandewar1-6/+1
2018-09-29NFC: Fix the number of pipesSuren Baghdasaryan1-1/+1
2018-09-29tls: zero the crypto information from tls_context before freeingSabrina Dubroca1-6/+8
2018-09-19ip: add helpers to process in-order fragments faster.Peter Oskolkov1-0/+6
2018-09-19net: sk_buff rbnode reorgEric Dumazet1-1/+2
2018-09-19inet: frags: reorganize struct netns_fragsEric Dumazet1-4/+5
2018-09-19inet: frags: break the 2GB limit for frags storageEric Dumazet1-10/+10
2018-09-19inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet1-2/+0
2018-09-19inet: frags: get rif of inet_frag_evicting()Eric Dumazet1-5/+0
2018-09-19inet: frags: remove some helpersEric Dumazet3-13/+0
2018-09-19inet: frags: use rhashtables for reassembly unitsEric Dumazet2-59/+38
2018-09-19inet: frags: Convert timers to use timer_setup()Kees Cook1-1/+1
2018-09-19inet: frags: add a pointer to struct netns_fragsEric Dumazet2-7/+7
2018-09-19inet: frags: change inet_frags_init_net() return valueEric Dumazet1-1/+2
2018-09-15tcp, ulp: add alias for all ulp modulesDaniel Borkmann1-0/+4
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng1-2/+0
2018-08-24net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti1-1/+0
2018-08-24ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore1-8/+1
2018-08-24netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2-1/+1
2018-08-22vsock: split dwork to avoid reinitializationsCong Wang1-2/+2
2018-08-22llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang1-0/+5
2018-08-03tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet1-1/+1
2018-07-28tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng1-0/+1
2018-07-28tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng1-0/+1
2018-07-28net/ipv6: Fix linklocal to global address with VRFDavid Ahern1-0/+5