summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* 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-201-0/+1
* Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc2018-04-201-1/+1
* net: x25: fix one potential use-after-free issuelinzhang2018-04-131-2/+2
* cfg80211: make RATE_INFO_BW_20 the defaultJohannes Berg2018-04-131-1/+1
* sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev2018-03-311-0/+19
* 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
* sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long2018-02-251-1/+2
* 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
* ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings2018-01-311-0/+1
* mac80211: Add RX flag to indicate ICV strippedDavid Spinadel2018-01-171-1/+4
* tcp: invalidate rate samples during SACK renegingYousuk Seung2018-01-021-1/+1
* ipv4: igmp: guard against silly MTU valuesEric Dumazet2018-01-021-0/+2
* vhost-vsock: add pkt cancel capabilityPeng Tao2017-12-251-0/+3
* net: remove hlist_nulls_add_tail_rcu()Eric Dumazet2017-12-161-5/+1
* netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal2017-11-182-3/+1
* tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-11-181-0/+6
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-11-181-1/+1
* tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-181-3/+3
* netlink: fix nla_put_{u8,u16,u32} for KASANArnd Bergmann2017-10-121-18/+55
* sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter2017-10-121-1/+5
* netfilter: nf_tables: set pktinfo->thoff at AH header if foundPablo Neira Ayuso2017-10-081-2/+4
* mac80211: fix VLAN handling with TXQsJohannes Berg2017-10-051-13/+2
* Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-201-6/+1
* Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2017-09-201-27/+9
* ipv6: fix sparse warning on rt6i_nodeWei Wang2017-09-201-1/+1
* ipv6: add rcu grace period before freeing fib6_nodeWei Wang2017-09-201-1/+29
* net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov2017-08-301-1/+4
* ipv4: better IP_MAX_MTU enforcementEric Dumazet2017-08-301-2/+2
* 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
* net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern2017-07-211-0/+8
* vxlan: fix hlist corruptionJiri Benc2017-07-211-1/+9
* xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca2017-07-051-10/+0
* ipv6: fix flow labels when the traffic class is non-0Dimitris Michailidis2017-06-171-0/+5
* net: ping: do not abuse udp_poll()Eric Dumazet2017-06-141-0/+1
* ipv4: add reference counting to metricsEric Dumazet2017-06-072-6/+12
* ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2017-05-141-0/+2
* ipv6: initialize route null entry in addrconf_init()WANG Cong2017-05-141-0/+1
* tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira2017-02-181-1/+1
* lwtunnel: valid encap attr check should return 0 when lwtunnel is disabledDavid Ahern2017-02-181-1/+4
* netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-02-181-0/+4
* lwtunnel: Fix oops on state free after encap module unloadRobert Shearman2017-02-041-4/+1