summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-05-161-0/+3
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-04-272-13/+4
* 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
* gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet2019-03-231-2/+10
* net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-03-231-0/+2
* net: Add __icmp_send helper.Nazarov Sergey2019-03-231-1/+8
* ax25: fix possible use-after-freeEric Dumazet2019-02-231-0/+12
* net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2019-02-231-0/+1
* tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-231-0/+1
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-131-2/+34
* neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio2018-12-171-5/+23
* unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2018-11-102-2/+3
* net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa2018-11-101-1/+1
* netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2018-08-282-1/+1
* vsock: split dwork to avoid reinitializationsCong Wang2018-08-281-2/+2
* llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang2018-08-281-0/+5
* tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet2018-08-091-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
* llc: properly handle dev_queue_xmit() return valueCong Wang2018-05-301-1/+1
* 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
* soreuseport: initialise timewait reuseport fieldEric Dumazet2018-05-161-0/+1
* net: fix rtnh_ok()Eric Dumazet2018-05-161-1/+1
* llc: delete timers synchronously in llc_sk_free()Cong Wang2018-04-291-0/+1
* slip: Check if rstate is initialized before uncompressingTejaswi Tanikella2018-04-241-0/+1
* net: x25: fix one potential use-after-free issuelinzhang2018-04-131-2/+2
* tcp: sysctl: Fix a race to avoid unexpected 0 window from spaceGao Feng2018-03-221-3/+5
* udplite: fix partial checksum initializationAlexey Kodanev2018-03-111-0/+1
* net_sched: red: Avoid illegal valuesNogah Frankel2018-02-251-0/+11
* net_sched: red: Avoid devision by zeroNogah Frankel2018-02-251-1/+1
* ipv4: Map neigh lookup keys in __ipv4_neigh_lookup_noref()Wang Han2018-02-161-3/+3
* ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall2018-01-311-0/+3
* net: tcp: close sock if net namespace is exitingDan Streetman2018-01-311-0/+10
* ipv4: igmp: guard against silly MTU valuesEric Dumazet2018-01-021-0/+2
* netlink: add a start callback for starting a netlink dumpTom Herbert2017-12-051-0/+2
* tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-181-3/+3
* sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter2017-10-211-1/+5
* net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov2017-08-301-1/+4
* wext: handle NULL extra data in iwe_stream_add_point betterArnd Bergmann2017-08-111-1/+2
* sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long2017-08-111-2/+2
* sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko2017-08-111-0/+4
* xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca2017-07-051-10/+0
* net: ping: do not abuse udp_poll()Eric Dumazet2017-06-141-0/+1
* ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2017-05-151-0/+2
* ipv6: initialize route null entry in addrconf_init()WANG Cong2017-05-151-0/+1
* netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-04-181-0/+4
* net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani2017-01-151-0/+2
* tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet2016-12-231-0/+2