summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2018-01-31ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall
2018-01-31net: tcp: close sock if net namespace is exitingDan Streetman
2018-01-31ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings
2018-01-17mac80211: Add RX flag to indicate ICV strippedDavid Spinadel
2018-01-02tcp: invalidate rate samples during SACK renegingYousuk Seung
2018-01-02ipv4: igmp: guard against silly MTU valuesEric Dumazet
2017-12-25vhost-vsock: add pkt cancel capabilityPeng Tao
2017-12-16net: remove hlist_nulls_add_tail_rcu()Eric Dumazet
2017-11-18netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal
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-12netlink: fix nla_put_{u8,u16,u32} for KASANArnd Bergmann
2017-10-12sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter
2017-10-08netfilter: nf_tables: set pktinfo->thoff at AH header if foundPablo Neira Ayuso
2017-10-05mac80211: fix VLAN handling with TXQsJohannes Berg
2017-09-20Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer
2017-09-20Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer
2017-09-20ipv6: fix sparse warning on rt6i_nodeWei Wang
2017-09-20ipv6: 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-21vxlan: fix hlist corruptionJiri Benc
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-14ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong
2017-05-14ipv6: initialize route null entry in addrconf_init()WANG Cong
2017-02-18tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira
2017-02-18lwtunnel: valid encap attr check should return 0 when lwtunnel is disabledDavid Ahern
2017-02-18netlabel: out of bound access in cipso_v4_validate()Eric Dumazet
2017-02-04lwtunnel: Fix oops on state free after encap module unloadRobert Shearman
2017-02-04net: Specify the owning module for lwtunnel opsRobert Shearman
2017-02-04lwtunnel: fix autoload of lwt modulesDavid Ahern
2017-01-09cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg
2016-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-11-30l2tp: lock socket before checking flags in connect()Guillaume Nault
2016-11-24netfilter: nat: fix crash when conntrack entry is re-usedFlorian Westphal
2016-11-24netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen
2016-11-24netfilter: nat: switch to new rhlist interfaceFlorian Westphal
2016-11-22Bluetooth: Fix using the correct source address typeJohan Hedberg
2016-11-18netns: fix get_net_ns_by_fd(int pid) typoStefan Hajnoczi
2016-11-16ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck
2016-11-15gro_cells: mark napi struct as not busy poll candidatesEric Dumazet
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet