summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | batman-adv: Avoid race in TT TVLV allocator helperSven Eckelmann2018-05-101-4/+4
| | * | | | | | batman-adv: don't pass a NULL hard_iface to batadv_hardif_putColin Ian King2018-04-221-1/+1
| | | |_|_|_|/ | | |/| | | |
| * | | | | | ipv4: remove warning in ip_recv_errorWillem de Bruijn2018-05-241-2/+0
| * | | | | | net : sched: cls_api: deal with egdev path only if neededOr Gerlitz2018-05-241-1/+1
| * | | | | | packet: fix reserve calculationWillem de Bruijn2018-05-241-1/+1
| * | | | | | net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu2018-05-231-0/+1
| * | | | | | Merge tag 'mac80211-for-davem-2018-05-23' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-05-233-5/+9
| |\ \ \ \ \ \
| | * | | | | | cfg80211: fix NULL pointer derference when querying regdbHaim Dreyfuss2018-05-221-0/+3
| | * | | | | | mac80211: mesh: fix premature update of rc statsBob Copeland2018-05-181-4/+4
| | * | | | | | nl80211: fix nlmsg allocation in cfg80211_ft_eventDedy Lansky2018-05-181-1/+2
| * | | | | | | ipmr: properly check rhltable_init() return valueEric Dumazet2018-05-221-1/+4
| * | | | | | | dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev2018-05-221-2/+0
| * | | | | | | sctp: fix the issue that flags are ignored when using kernel_connectXin Long2018-05-223-18/+37
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-05-243-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | |
| * | | | | | IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen2018-05-093-3/+3
| | |/ / / / | |/| | | |
* | | | | | net: ip6_gre: fix tunnel metadata device sharing.William Tu2018-05-191-22/+79
* | | | | | net: sched: red: avoid hashing NULL childPaolo Abeni2018-05-182-4/+6
* | | | | | sock_diag: fix use-after-free read in __sk_freeEric Dumazet2018-05-181-1/+1
* | | | | | net: dsa: Do not register devlink for unused portsFlorian Fainelli2018-05-181-3/+6
* | | | | | net: Fix a bug in removing queues from XPS mapAmritha Nambiar2018-05-181-1/+1
| |/ / / / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-05-171-2/+9
|\ \ \ \ \
| * | | | | bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann2018-05-171-2/+9
* | | | | | net: test tailroom before appending to linear skbWillem de Bruijn2018-05-172-2/+4
* | | | | | net: ip6_gre: Fix ip6erspan hlen calculationPetr Machata2018-05-171-9/+65
* | | | | | net: ip6_gre: Split up ip6gre_changelink()Petr Machata2018-05-171-9/+24
* | | | | | net: ip6_gre: Split up ip6gre_newlink()Petr Machata2018-05-171-6/+18
* | | | | | net: ip6_gre: Split up ip6gre_tnl_change()Petr Machata2018-05-171-2/+8
* | | | | | net: ip6_gre: Split up ip6gre_tnl_link_config()Petr Machata2018-05-171-12/+26
* | | | | | net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()Petr Machata2018-05-171-1/+1
* | | | | | net: ip6_gre: Request headroom in __gre6_xmit()Petr Machata2018-05-171-0/+3
|/ / / / /
* | | | | erspan: fix invalid erspan version.William Tu2018-05-172-2/+7
* | | | | net/ipv4: Initialize proto and ports in flow structDavid Ahern2018-05-173-3/+14
* | | | | tls: don't use stack memory in a scatterlistMatt Mullins2018-05-171-5/+4
| |/ / / |/| | |
* | | | net/sched: fix refcnt leak in the error path of tcf_vlan_init()Davide Caratti2018-05-161-0/+2
* | | | tcp: purge write queue in tcp_connect_init()Eric Dumazet2018-05-161-2/+5
* | | | net/smc: check for missing nlattrs in SMC_PNETID messagesEric Biggers2018-05-141-31/+40
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-05-1314-87/+291
|\ \ \ \
| * | | | netfilter: nf_tables: fix memory leak on error exit returnColin Ian King2018-05-141-2/+4
| * | | | netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso2018-05-092-7/+54
| * | | | netfilter: nft_compat: fix handling of large matchinfo sizeFlorian Westphal2018-05-091-1/+63
| * | | | netfilter: nft_compat: prepare for indirect info storageFlorian Westphal2018-05-091-11/+36
| * | | | netfilter: nf_tables: don't assume chain stats are set when jumplabel is setFlorian Westphal2018-05-081-7/+14
| * | | | netfilter: x_tables: add module alias for icmp matchesFlorian Westphal2018-05-082-0/+2
| * | | | netfilter: prefer nla_strlcpy for dealing with NLA_STRING attributesFlorian Westphal2018-05-082-4/+5
| * | | | netfilter: core: add missing __rcu annotationFlorian Westphal2018-05-081-1/+2
| * | | | ipvs: fix stats update from local clientsJulian Anastasov2018-05-081-0/+12
| * | | | ipvs: fix refcount usage for conns in ops modeJulian Anastasov2018-05-081-11/+6
| * | | | netfilter: nf_tables: nft_compat: fix refcount leak on xt moduleFlorian Westphal2018-05-081-34/+58
| * | | | netfilter: bridge: stp fix reference to uninitialized dataStephen Hemminger2018-05-081-2/+2
| * | | | netfilter: nf_tables: skip synchronize_rcu if transaction log is emptyFlorian Westphal2018-04-271-8/+17