summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2018-07-03Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc
2018-05-30llc: properly handle dev_queue_xmit() return valueCong Wang
2018-05-30ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca
2018-05-30regulatory: add NUL to request alpha2Johannes Berg
2018-05-30mac80211: round IEEE80211_TX_STATUS_HEADROOM up to multiple of 4Felix Fietkau
2018-05-16soreuseport: initialise timewait reuseport fieldEric Dumazet
2018-05-16net: fix rtnh_ok()Eric Dumazet
2018-05-16mac80211: Add RX flag to indicate ICV strippedDavid Spinadel
2018-05-16mac80211: allow same PN for AMSDU sub-framesSara Sharon
2018-05-16mac80211: allow not sending MIC up from driver for HW cryptoSara Sharon
2018-04-29llc: delete timers synchronously in llc_sk_free()Cong Wang
2018-04-24slip: Check if rstate is initialized before uncompressingTejaswi Tanikella
2018-04-13net: x25: fix one potential use-after-free issuelinzhang
2018-04-13cfg80211: make RATE_INFO_BW_20 the defaultJohannes Berg
2018-03-22tcp: sysctl: Fix a race to avoid unexpected 0 window from spaceGao Feng
2018-03-11udplite: fix partial checksum initializationAlexey Kodanev
2018-02-28ip_tunnel: replace dst_cache with generic implementationPaolo Abeni
2018-02-25netlink: fix nla_put_{u8,u16,u32} for KASANArnd Bergmann
2018-02-25net_sched: red: Avoid illegal valuesNogah Frankel
2018-02-25net_sched: red: Avoid devision by zeroNogah Frankel
2018-02-25net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni
2018-02-25net: add dst_cache supportPaolo Abeni
2018-02-16netfilter: nf_queue: Make the queue_handler pernetEric W. Biederman
2018-01-31net: tcp: close sock if net namespace is exitingDan Streetman
2018-01-31ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall
2018-01-31ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings
2018-01-02ipv4: igmp: guard against silly MTU valuesEric Dumazet
2017-12-05netlink: add a start callback for starting a netlink dumpTom Herbert
2017-11-18tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet
2017-11-18tcp/dccp: fix ireq->opt racesEric Dumazet
2017-11-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2017-10-21sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter
2017-09-27Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer
2017-09-27Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer
2017-09-27ipv6: fix sparse warning on rt6i_nodeWei Wang
2017-09-27ipv6: add rcu grace period before freeing fib6_nodeWei Wang
2017-08-30net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov
2017-08-30ipv4: better IP_MAX_MTU enforcementEric Dumazet
2017-08-11wext: handle NULL extra data in iwe_stream_add_point betterArnd Bergmann
2017-08-11sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long
2017-08-11sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko
2017-07-21net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern
2017-07-05xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca
2017-06-17ipv6: fix flow labels when the traffic class is non-0Dimitris Michailidis
2017-06-14net: ping: do not abuse udp_poll()Eric Dumazet
2017-06-07ipv4: add reference counting to metricsEric Dumazet
2017-05-20mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul
2017-05-20mac80211: pass block ack session timeout to to driverSara Sharon
2017-05-20mac80211: pass RX aggregation window size to driverSara Sharon
2017-05-14ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong