summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-23rxrpc: Should be using ktime_add_ms() not ktime_add_ns()David Howells1-1/+1
2016-09-23rxrpc: Make sure sendmsg() is woken on call completionDavid Howells1-0/+1
2016-09-23rxrpc: Don't send an ACK at the end of service call response transmissionDavid Howells1-2/+0
2016-09-23rxrpc: Preset timestamp on Tx sk_buffsDavid Howells1-0/+5
2016-09-23cxgb4: fix signed wrap around when decrementing index idxColin Ian King1-1/+1
2016-09-23Merge branch 'mlx5-sriov-vlan-push-pop'David S. Miller8-83/+446
2016-09-23net/mlx5e: Add TC vlan match parsingOr Gerlitz1-0/+19
2016-09-23net/mlx5e: Add TC vlan action for SRIOV offloadsOr Gerlitz1-11/+32
2016-09-23net/mlx5: E-Switch, Support VLAN actions in the offloads modeOr Gerlitz5-1/+249
2016-09-23net/mlx5e: Refactor retrival of skb from rx completion element (cqe)Or Gerlitz1-13/+28
2016-09-23net/mlx5: Put elements related to offloaded TC rule in one structOr Gerlitz3-26/+44
2016-09-23net/mlx5: E-Switch, Allow fine tuning of eswitch vport push/pop vlanOr Gerlitz2-11/+27
2016-09-23net/mlx5: E-Switch, Set vport representor fields explicitly on registrationOr Gerlitz2-3/+10
2016-09-23net/mlx5: E-Switch, Set the vport when registering the uplink repOr Gerlitz4-26/+20
2016-09-23net_sched: act_vlan: add helper inlines to access tcf_vlan infoOr Gerlitz1-0/+25
2016-09-23net_sched: sch_fq: account for schedule/timers driftsEric Dumazet2-4/+19
2016-09-23sfc: check async completer is !NULL before callingBert Kenward1-1/+2
2016-09-23Merge branch 'sctp-fix-gap-ack-blocks'David S. Miller2-81/+24
2016-09-23sctp: improve how SSN, TSN and ASCONF serial are comparedMarcelo Ricardo Leitner1-76/+18
2016-09-23sctp: fix the handling of SACK Gap Ack blocksMarcelo Ricardo Leitner1-5/+6
2016-09-23net_sched: check NULL on error path in route4_change()WANG Cong1-1/+2
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller289-1761/+2982
2016-09-23ixgbe: reset before SRIOV init to avoid mailbox issuesEmil Tantilov1-1/+3
2016-09-23ixgbe: Support 4 queue RSS on VFs with 1 or 2 queue RSS on PFAlexander Duyck2-8/+11
2016-09-23ixgbe: Limit reporting of redirection table if SR-IOV is enabledAlexander Duyck1-1/+5
2016-09-23ixgbe: Allow setting multiple queues when SR-IOV is enabledAlexander Duyck1-2/+2
2016-09-23ixgbe: Use MDIO_PRTAD_NONE consistentlyMark Rustad2-3/+3
2016-09-23ixgbevf: add spinlocks for MTU change callsEmil Tantilov1-0/+4
2016-09-23ixgbe: Indicate support for pause frames in all casesMark Rustad1-0/+19
2016-09-23ixgbe: Resolve NULL reference by setting {read, write}_reg_mdiMark Rustad1-0/+2
2016-09-23ixgbe: make ixgbe_led_on/off_t_x550em staticEmil Tantilov1-2/+2
2016-09-23ixgbe: simplify the logic for setting VLAN filteringEmil Tantilov1-28/+11
2016-09-23i40evf: remove unnecessary error checking against i40e_shutdown_adminqLihong Yang1-2/+1
2016-09-23i40e: Limit TX descriptor count in cases where frag size is greater than 16KAlexander Duyck2-10/+4
2016-09-23i40evf: remove unnecessary error checking against i40evf_up_completeBimmy Pujari1-8/+3
2016-09-23i40evf: Fix link state event handlingSridhar Samudrala2-3/+11
2016-09-23i40e: avoid potential null pointer dereference when assigning lenColin Ian King1-1/+2
2016-09-23i40e: Fix for extra byte swap in tunnel setupCarolyn Wyborny1-3/+3
2016-09-23i40e: Fix to check for NULLCarolyn Wyborny1-1/+10
2016-09-23i40e: return correct opcode to VFMitch Williams1-2/+2
2016-09-23i40e: fix "dump port" command when NPAR enabledAlan Brady1-1/+6
2016-09-23i40e: fix setting user defined RSS hash keyAlan Brady3-9/+11
2016-09-22Merge tag 'media/v4.8-7' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds22-78/+212
2016-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds65-343/+658
2016-09-22xen-netback: switch to threaded irq for control ringJuergen Gross3-49/+11
2016-09-22net: ethernet: mediatek: get out of potential invalid pointer accessSean Wang1-2/+4
2016-09-22net: ethernet: mediatek: use [get|set]_link_ksettingsSean Wang1-21/+12
2016-09-22net: ethernet: mediatek: remove superfluous local variable for phy addressSean Wang1-9/+1
2016-09-22net: ethernet: mediatek: use phydev from struct net_deviceSean Wang2-39/+36
2016-09-22Merge branch 'mediatek-trgmii'David S. Miller4-3/+73