summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2017-08-30net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov1-1/+4
2017-08-30ipv4: better IP_MAX_MTU enforcementEric Dumazet1-2/+2
2017-08-11wext: handle NULL extra data in iwe_stream_add_point betterArnd Bergmann1-1/+2
2017-08-11sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long1-2/+2
2017-08-11sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko1-0/+4
2017-07-21net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern1-0/+8
2017-07-21vxlan: fix hlist corruptionJiri Benc1-1/+9
2017-07-05xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca1-10/+0
2017-06-17ipv6: fix flow labels when the traffic class is non-0Dimitris Michailidis1-0/+5
2017-06-14net: ping: do not abuse udp_poll()Eric Dumazet1-0/+1
2017-06-07ipv4: add reference counting to metricsEric Dumazet2-6/+12
2017-05-14ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong1-0/+2
2017-05-14ipv6: initialize route null entry in addrconf_init()WANG Cong1-0/+1
2017-02-18tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira1-1/+1
2017-02-18lwtunnel: valid encap attr check should return 0 when lwtunnel is disabledDavid Ahern1-1/+4
2017-02-18netlabel: out of bound access in cipso_v4_validate()Eric Dumazet1-0/+4
2017-02-04lwtunnel: Fix oops on state free after encap module unloadRobert Shearman1-4/+1
2017-02-04net: Specify the owning module for lwtunnel opsRobert Shearman1-0/+2
2017-02-04lwtunnel: fix autoload of lwt modulesDavid Ahern1-0/+11
2017-01-09cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg1-0/+11
2016-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-4/+4
2016-11-30l2tp: lock socket before checking flags in connect()Guillaume Nault1-0/+2
2016-11-24netfilter: nat: fix crash when conntrack entry is re-usedFlorian Westphal1-3/+3
2016-11-24netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen1-1/+1
2016-11-24netfilter: nat: switch to new rhlist interfaceFlorian Westphal1-1/+1
2016-11-23Bluetooth: Fix using the correct source address typeJohan Hedberg1-1/+1
2016-11-18netns: fix get_net_ns_by_fd(int pid) typoStefan Hajnoczi1-1/+1
2016-11-16ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck1-0/+1
2016-11-16gro_cells: mark napi struct as not busy poll candidatesEric Dumazet1-0/+3
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet1-0/+1
2016-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-5/+6
2016-11-03dccp: do not release listeners too soonEric Dumazet1-2/+2
2016-11-03ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson1-2/+1
2016-11-03net: tcp: check skb is non-NULL for exact match on lookupsDavid Ahern1-1/+1
2016-11-02ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper1-0/+1
2016-10-31sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long1-1/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-24/+69
2016-10-30vxlan: avoid using stale vxlan socket.pravin shelar1-2/+2
2016-10-29Merge tag 'mac80211-for-davem-2016-10-27' of git://git.kernel.org/pub/scm/lin...David S. Miller1-8/+13
2016-10-27net: ipv6: Do not consider link state for nexthop validationDavid Ahern1-0/+1
2016-10-27net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern1-0/+2
2016-10-27netfilter: conntrack: avoid excess memory allocationFlorian Westphal1-2/+1
2016-10-27netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville1-1/+1
2016-10-27netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang1-2/+4
2016-10-27udp: fix IP_CHECKSUM handlingEric Dumazet1-2/+2
2016-10-27doc: update docbook annotations for socket and skbStephen Hemminger1-1/+3
2016-10-26mac80211: fix some sphinx warningsJani Nikula1-8/+13
2016-10-21ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong1-0/+1
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet1-0/+1
2016-10-18Merge tag 'mac80211-for-davem-2016-10-18' of git://git.kernel.org/pub/scm/lin...David S. Miller1-8/+24