summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* inet: frags: reorganize struct netns_fragsEric Dumazet2018-09-191-4/+5
* inet: frags: break the 2GB limit for frags storageEric Dumazet2018-09-191-10/+10
* inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2018-09-191-2/+0
* inet: frags: get rif of inet_frag_evicting()Eric Dumazet2018-09-191-5/+0
* inet: frags: remove some helpersEric Dumazet2018-09-193-13/+0
* inet: frags: use rhashtables for reassembly unitsEric Dumazet2018-09-192-59/+38
* inet: frags: Convert timers to use timer_setup()Kees Cook2018-09-191-1/+1
* inet: frags: add a pointer to struct netns_fragsEric Dumazet2018-09-192-7/+7
* inet: frags: change inet_frags_init_net() return valueEric Dumazet2018-09-191-1/+2
* tcp, ulp: add alias for all ulp modulesDaniel Borkmann2018-09-151-0/+4
* tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-08-241-2/+0
* net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti2018-08-241-1/+0
* ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore2018-08-241-8/+1
* netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2018-08-242-1/+1
* vsock: split dwork to avoid reinitializationsCong Wang2018-08-221-2/+2
* llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang2018-08-221-0/+5
* tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet2018-08-031-1/+1
* tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2018-07-281-0/+1
* tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-281-0/+1
* net/ipv6: Fix linklocal to global address with VRFDavid Ahern2018-07-281-0/+5
* ipv6: fix useless rol32 call on hashColin Ian King2018-07-251-1/+1
* netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso2018-07-081-0/+5
* udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2018-06-262-2/+14
* ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-111-0/+5
* llc: properly handle dev_queue_xmit() return valueCong Wang2018-05-301-1/+1
* ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2018-05-303-3/+12
* regulatory: add NUL to request alpha2Johannes Berg2018-05-301-1/+1
* mac80211: round IEEE80211_TX_STATUS_HEADROOM up to multiple of 4Felix Fietkau2018-05-301-1/+1
* bonding: send learning packets for vlans on slaveDebabrata Banerjee2018-05-191-0/+1
* net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson2018-05-191-0/+1
* soreuseport: initialise timewait reuseport fieldEric Dumazet2018-05-161-0/+1
* net: fix rtnh_ok()Eric Dumazet2018-05-161-1/+1
* net: don't call update_pmtu unconditionallyNicolas Dichtel2018-05-091-0/+8