summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Specify the owning module for lwtunnel opsRobert Shearman2017-02-041-0/+2
* lwtunnel: fix autoload of lwt modulesDavid Ahern2017-02-041-0/+11
* cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg2017-01-091-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-12-012-4/+4
|\
| * netfilter: nat: fix crash when conntrack entry is re-usedFlorian Westphal2016-11-241-3/+3
| * netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen2016-11-241-1/+1
| * netfilter: nat: switch to new rhlist interfaceFlorian Westphal2016-11-241-1/+1
* | l2tp: lock socket before checking flags in connect()Guillaume Nault2016-11-301-0/+2
* | Bluetooth: Fix using the correct source address typeJohan Hedberg2016-11-221-1/+1
|/
* netns: fix get_net_ns_by_fd(int pid) typoStefan Hajnoczi2016-11-181-1/+1
* ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck2016-11-161-0/+1
* gro_cells: mark napi struct as not busy poll candidatesEric Dumazet2016-11-151-0/+3
* tcp: take care of truncations done by sk_filter()Eric Dumazet2016-11-131-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-11-092-5/+6
|\
| * netfilter: conntrack: avoid excess memory allocationFlorian Westphal2016-10-271-2/+1
| * netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville2016-10-271-1/+1
| * netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang2016-10-271-2/+4
* | dccp: do not release listeners too soonEric Dumazet2016-11-031-2/+2
* | ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson2016-11-031-2/+1
* | net: tcp: check skb is non-NULL for exact match on lookupsDavid Ahern2016-11-031-1/+1
* | ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper2016-11-021-0/+1
* | sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long2016-10-311-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-2911-24/+69
|\ \
| * | vxlan: avoid using stale vxlan socket.pravin shelar2016-10-291-2/+2
| * | Merge tag 'mac80211-for-davem-2016-10-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-10-291-8/+13
| |\ \
| | * | mac80211: fix some sphinx warningsJani Nikula2016-10-261-8/+13
| * | | net: ipv6: Do not consider link state for nexthop validationDavid Ahern2016-10-271-0/+1
| * | | net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern2016-10-271-0/+2
| | |/ | |/|
| * | udp: fix IP_CHECKSUM handlingEric Dumazet2016-10-261-2/+2