summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf, arm64: take advantage of stack_depth trackingDaniel Borkmann2017-06-121-11/+11
* Merge tag 'mlx5-updates-2017-06-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-06-128-95/+322
|\
| * net/mlx5e: Fill advertised and supported port data from Hardware infoEran Ben Elisha2017-06-081-16/+74
| * net/mlx5e: Add support for reading connector type from PTYSEran Ben Elisha2017-06-083-4/+38
| * net/mlx5: Update flow table commands layoutMaor Gottlieb2017-06-082-38/+40
| * net/mlx5e: Support header re-write of partial fields in TC pedit offloadOr Gerlitz2017-06-081-9/+19
| * net/mlx5e: Use modify header ID cache for offloaded TC NIC flowsOr Gerlitz2017-06-081-8/+3
| * net/mlx5e: Use modify header ID cache for offloaded TC E-Switch flowsOr Gerlitz2017-06-081-8/+3
| * net/mlx5e: Add cache for HW modify header IDsOr Gerlitz2017-06-084-1/+137
| * net/mlx5e: Use short attribute form when adding/deleting offloaded TC flowsOr Gerlitz2017-06-081-8/+9
| * net/mlx5e: Remove limitation of single NIC offloaded TC action per ruleOr Gerlitz2017-06-081-4/+0
* | net: ethernet: ti: cpdma: do not enable host error misc irqGrygorii Strashko2017-06-111-4/+1
* | net: ethernet: ti: cpsw: enable HWTSTAMP_FILTER_PTP_V1_L4_EVENT filterGrygorii Strashko2017-06-111-4/+8
* | Merge branch 'bpf-misc-updates'David S. Miller2017-06-117-15/+102
|\ \
| * | bpf: add bpf_set_hash helper for tc progsDaniel Borkmann2017-06-113-2/+34
| * | bpf: remove cg_skb_func_proto and use sk_filter_func_proto directlyDaniel Borkmann2017-06-111-7/+1
| * | bpf, tests: set rlimit also for test_align, so it doesn't failDaniel Borkmann2017-06-111-0/+5
| * | bpf, tests: add a test for htab lookup + update traversalDaniel Borkmann2017-06-111-0/+50
| * | bpf: reset id on spilled regs in clear_all_pkt_pointersDaniel Borkmann2017-06-111-2/+2
| * | bpf: reset id on CONST_IMM transitionDaniel Borkmann2017-06-111-0/+2
| * | bpf: don't check spilled reg state for non-STACK_SPILLed type slotsDaniel Borkmann2017-06-111-0/+2
| * | bpf: avoid excessive stack usage for perf_sample_dataDaniel Borkmann2017-06-111-4/+6
|/ /
* | net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272Fabio Estevam2017-06-101-0/+4
* | Remove the redundant skb->dev initialization in ip6_fragmentChenbo Feng2017-06-101-1/+0
* | sctp: no need to check assoc id before calling sctp_assoc_set_idXin Long2017-06-101-6/+2
* | sctp: use read_lock_bh in sctp_eps_seq_showXin Long2017-06-101-4/+2
* | sctp: fix recursive locking warning in sctp_do_peeloffXin Long2017-06-101-2/+2
* | net/packet: remove unneeded declaraion of tpacket_snd().Rosen, Rami2017-06-101-1/+0
* | bpf: Remove duplicate tcp_filter hook in ipv6Chenbo Feng2017-06-101-3/+0
* | bonding: warn user when 802.3ad speed is unknownNicolas Dichtel2017-06-101-0/+5
* | netns: fix error code when the nsid is already usedNicolas Dichtel2017-06-101-0/+1
* | netns: define extack error msg for nsis cmdsNicolas Dichtel2017-06-101-9/+33
* | cxgb4: fix memory leak in init_one()Ganesh Goudar2017-06-091-1/+5
* | qed: add qed_int_sb_init() stub functionArnd Bergmann2017-06-091-0/+5
* | Merge branch 'qed-Light-L2-updates'David S. Miller2017-06-0910-944/+844
|\ \
| * | qed: collect GSI port statisticsMintz, Yuval2017-06-091-0/+23
| * | qed: Call rx_release_cb() when flushing LL2Mintz, Yuval2017-06-091-6/+7
| * | qed: No need for LL2 frags indicationMintz, Yuval2017-06-091-23/+8
| * | qed*: LL2 callback operationsMichal Kalderon2017-06-0910-557/+384
| * | qed: LL2 code relocationsMintz, Yuval2017-06-091-30/+28
| * | qed: Cleaner seperation of LL2 inputsMintz, Yuval2017-06-094-229/+262
| * | qed: Revise ll2 Rx completionMintz, Yuval2017-06-092-34/+76
| * | qed: LL2 to use packed information for txMintz, Yuval2017-06-094-111/+102
|/ /
* | Merge branch 'r8152-minor-adjustment'David S. Miller2017-06-091-51/+130
|\ \
| * | r8152: replace napi_complete with napi_complete_donehayeswang2017-06-091-1/+3
| * | r8152: avoid rx queue more than 1000 packetshayeswang2017-06-091-0/+4
| * | r8152: check if disabling ALDPS is finishedhayeswang2017-06-091-1/+7
| * | r8152: move the initialization to reset_resume functionhayeswang2017-06-091-4/+5
| * | r8152: move the default coalesce setting for RTL8153hayeswang2017-06-091-13/+13
| * | r8152: adjust U2P3 for RTL8153hayeswang2017-06-091-4/+37