summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: bcm_sf2: Fix IPv6 rule half deletionFlorian Fainelli2018-05-161-4/+7
* net: dsa: bcm_sf2: Fix IPv6 rules and chain IDFlorian Fainelli2018-05-161-9/+11
* net: dsa: bcm_sf2: Fix RX_CLS_LOC_ANY overwrite for last ruleFlorian Fainelli2018-05-161-1/+4
* net: phy: micrel: add 125MHz reference clock workaroundMarkus Niebel2018-05-162-0/+38
* tcp: purge write queue in tcp_connect_init()Eric Dumazet2018-05-161-2/+5
* net/mlx5: Fix build break when CONFIG_SMP=nSaeed Mahameed2018-05-161-11/+1
* ipvlan: call netdevice notifier when master mac address changedKeefe Liu2018-05-161-1/+3
* vmxnet3: use DMA memory barriers where requiredhpreg@vmware.com2018-05-142-2/+24
* vmxnet3: set the DMA mask before the first DMA map operationhpreg@vmware.com2018-05-142-28/+30
* cxgb4: Correct ntuple mask validation for hash filtersKumar Sanghvi2018-05-141-58/+30
* net/smc: check for missing nlattrs in SMC_PNETID messagesEric Biggers2018-05-141-31/+40
* net/mlx4_core: Fix error handling in mlx4_init_port_info.Tarick Bedeir2018-05-141-1/+3
* tun: fix use after free for ptr_ringJason Wang2018-05-141-15/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-05-132-2/+2
|\
| * tools: bpf: handle NULL return in bpf_prog_load_xattr()Jakub Kicinski2018-05-111-1/+1
| * nfp: bpf: allow zero-length capabilitiesJakub Kicinski2018-05-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-05-1316-87/+299
|\ \
| * | 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-093-7/+59
| * | 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
| * | netfilter: x_tables: check name length in find_match/target, tooFlorian Westphal2018-04-271-0/+6
| * | netfilter: Fix handling simultaneous open in TCP conntrackJozsef Kadlecsik2018-04-272-0/+14
* | | qede: Fix ref-cnt usage countMichal Kalderon2018-05-131-2/+1
* | | 3c59x: convert to generic DMA APIChristoph Hellwig2018-05-131-53/+51
* | | packet: in packet_snd start writing at link layer allocationWillem de Bruijn2018-05-131-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-11106-291/+714
|\ \ \
| * | | net sched actions: fix refcnt leak in skbmodRoman Mashak2018-05-111-1/+4
| * | | net: sched: fix error path in tcf_proto_create() when modules are not configuredJiri Pirko2018-05-111-1/+1
| * | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-05-114-3/+6
| |\ \ \
| | * | | ixgbe: fix memory leak on ipsec allocationColin Ian King2018-05-111-1/+1
| | * | | ixgbevf: fix ixgbevf_xmit_frame()'s return typeLuc Van Oostenryck2018-05-111-1/+1
| | * | | ixgbe: return error on unsupported SFP module when resettingEmil Tantilov2018-05-111-0/+3
| | * | | ice: Set rq_last_status when cleaning rqJeff Shaw2018-05-111-1/+1
| * | | | Merge tag 'rxrpc-fixes-20180510' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2018-05-1111-48/+209
| |\ \ \ \
| | * | | | rxrpc: Trace UDP transmission failureDavid Howells2018-05-105-8/+90
| | * | | | rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messagesDavid Howells2018-05-102-23/+53
| | * | | | rxrpc: Fix the min security level for kernel callsDavid Howells2018-05-101-1/+1
| | * | | | rxrpc: Fix error reception on AF_INET6 socketsDavid Howells2018-05-101-15/+42
| | * | | | rxrpc: Fix missing start of call timeoutDavid Howells2018-05-104-1/+23
| * | | | | net sched actions: fix invalid pointer dereferencing if skbedit flags missingRoman Mashak2018-05-111-1/+2
| | |/ / / | |/| | |