summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * net/mlx5: E-Switch, Fix vport enable flowMohamad Haj Yahia2016-06-101-4/+1
| | * net/mlx5: E-Switch, Use the correct error check on returned pointersOr Gerlitz2016-06-101-17/+17
| | * net/mlx5: E-Switch, Use the correct free() functionOr Gerlitz2016-06-101-3/+3
| | * net/mlx5: Fix E-Switch flow steering capabilities checkMaor Gottlieb2016-06-101-13/+15
| | * net/mlx5: Fix flow steering NIC capabilities checkMaor Gottlieb2016-06-102-1/+15
| | * net/mlx5: Fix root flow table updateMaor Gottlieb2016-06-101-1/+1
| | * net/mlx5: Fix MLX5_CMD_OP_MAX to be defined correctlyShahar Klein2016-06-102-3/+2
| | * net/mlx5: Fix masking of reserved bits in XRCD numberMajd Dibbiny2016-06-101-1/+1
| | * net/mlx5: Fix the size of modify QP mailboxMajd Dibbiny2016-06-101-0/+1
| |/
| * Merge tag 'mac80211-for-davem-2016-06-09' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-06-092-4/+23
| |\
| | * wext: Fix 32 bit iwpriv compatibility issue with 64 bit KernelPrasun Maiti2016-06-091-2/+23
| | * cfg80211: remove get/set antenna and tx power warningsJohannes Berg2016-06-091-2/+0
| * | Merge branch 'mlxsw-fixes'David S. Miller2016-06-092-91/+117
| |\ \
| | * | mlxsw: spectrum: Don't sleep during ndo_get_phys_port_name()Ido Schimmel2016-06-092-43/+26
| | * | mlxsw: spectrum: Make split flow match firmware requirementsIdo Schimmel2016-06-091-52/+95
| |/ /
| * | qfq: don't leak skb if kzalloc failsFlorian Westphal2016-06-091-2/+4
| * | ip6gre: Allow live link address changeShweta Choudaha2016-06-091-0/+3
| * | Merge branch 'cls_u32-hwoffload-fixes'David S. Miller2016-06-091-19/+26
| |\ \
| | * | net: cls_u32: be more strict about skip-sw flag for knodesJakub Kicinski2016-06-091-18/+19
| | * | net: cls_u32: catch all hardware offload errorsJakub Kicinski2016-06-091-1/+7
| |/ /
| * | sfc: report supported link speeds on SFP connectionsBert Kenward2016-06-081-3/+4
| * | net_sched: add missing paddattr descriptionEric Dumazet2016-06-081-0/+2
| * | ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki2016-06-081-8/+3
| * | l2tp: fix configuration passed to setup_udp_tunnel_sock()Guillaume Nault2016-06-081-1/+1
| * | cxgb4: Add device id of T540-BT adapterHariprasad Shenai2016-06-081-0/+1
| * | net-sysfs: fix missing <linux/of_net.h>Ben Dooks2016-06-081-0/+1
| * | bridge: Don't insert unnecessary local fdb entry on changing mac addressToshiaki Makita2016-06-081-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-06-084-7/+9
| |\ \
| | * | ipvs: update real-server binding of outgoing connections in SIP-peMarco Angaroni2016-06-063-5/+7
| | * | netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal2016-06-021-2/+2
| * | | tcp: record TLP and ER timer stats in v6 statsYuchung Cheng2016-06-081-1/+3
| * | | net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann2016-06-085-10/+27
| * | | act_police: fix a crash during removalWANG Cong2016-06-081-22/+11
| * | | fq_codel: return non zero qlen in class dumpsEric Dumazet2016-06-081-1/+1
| * | | Merge branch 'u32-hwoffload-fixes'David S. Miller2016-06-081-11/+12
| |\ \ \
| | * | | net: cls_u32: be more strict about skip-sw flagJakub Kicinski2016-06-081-10/+11
| | * | | net: cls_u32: fix error code for invalid flagsJakub Kicinski2016-06-081-1/+1
| |/ / /
| * | | gtp: #define _UAPI_LINUX_GTP_H_ and not _UAPI_LINUX_GTP_H__Colin Ian King2016-06-081-1/+1
| * | | net: fec: fix spelling mistakes and add missing newlineColin Ian King2016-06-081-4/+4
| * | | Merge branch 'bnxt_en-fixes'David S. Miller2016-06-081-21/+25
| |\ \ \
| | * | | bnxt_en: Simplify VLAN receive logic.Michael Chan2016-06-081-20/+9
| | * | | bnxt_en: Enable and disable RX CTAG and RX STAG VLAN acceleration together.Michael Chan2016-06-081-0/+14
| | * | | bnxt_en: Fix tx push race condition.Michael Chan2016-06-081-1/+2
| |/ / /
| * | | rxrpc: fix ptr_ret.cocci warningsWu Fengguang2016-06-081-3/+1
| * | | Merge branch 'rds-packet-assembly-fixes'David S. Miller2016-06-087-19/+95
| |\ \ \
| | * | | RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one()Sowmini Varadhan2016-06-085-8/+27
| | * | | RDS: TCP: Retransmit half-sent datagrams when switching sockets in rds_tcp_re...Sowmini Varadhan2016-06-082-0/+2
| | * | | RDS: TCP: Add/use rds_tcp_reset_callbacks to reset tcp socket safelySowmini Varadhan2016-06-083-12/+67
| |/ / /
| * | | fq_codel: fix NET_XMIT_CN behaviorEric Dumazet2016-06-071-6/+18
| * | | bpf, trace: use READ_ONCE for retrieving file ptrDaniel Borkmann2016-06-071-2/+2