aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-28bpf: add packet head/tail helperpktsizeAlexei Starovoitov4-5/+46
2016-09-28tcp: Change txhash on every SYN and RTO retransmitLawrence Brakmo1-0/+4
2016-09-28net/sched: pkt_cls: change tc actions order to be as the user setsHadar Hen Zion1-1/+1
2016-09-28sh_eth: add R8A7743/5 supportSergei Shtylyov3-1/+5
2016-09-28Merge branch 'fib-offload-notifications'David S. Miller13-628/+581
2016-09-28doc: update switchdev L3 sectionJiri Pirko1-13/+14
2016-09-28switchdev: remove FIB offload infrastructureJiri Pirko6-341/+1
2016-09-28rocker: use FIB notifications instead of switchdev callsJiri Pirko3-65/+185
2016-09-28mlxsw: spectrum_router: Use FIB notifications instead of switchdev callsJiri Pirko3-195/+260
2016-09-28fib: introduce FIB info offload flag helpersJiri Pirko2-2/+15
2016-09-28fib: introduce FIB notification infrastructureJiri Pirko4-14/+108
2016-09-28net/sched: cls_flower: Use a proper mask value for enc key id parameterHadar Hen Zion1-2/+2
2016-09-27Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller5-5/+9
2016-09-27lib: clean up put_cpu_var usageShaohua Li1-2/+2
2016-09-27bpf: clean up put_cpu_var usageShaohua Li1-1/+1
2016-09-27igb: restore PPS signal on igb_ptp_resetJacob Keller2-1/+5
2016-09-27igb: bump version to igb-5.4.0Todd Fujinaka1-1/+1
2016-09-27igbvf: bump version to igbvf-2.4.0Todd Fujinaka1-1/+1
2016-09-27igb: fix non static symbol warningWei Yongjun1-2/+2
2016-09-27bnx2x: free the mac filter group list before freeing the cmdjbaron@akamai.com1-1/+1
2016-09-27Merge branch 'mediatek-pdam-lro-fixes'David S. Miller2-2/+4
2016-09-27net: ethernet: mediatek: bug fix to disable HW LRONelson Chang2-2/+3
2016-09-27net: ethernet: mediatek: add to stop PDMA while stopping the frame engineNelson Chang1-0/+1
2016-09-27Merge branch 'bcmgenet-phydev-revert'David S. Miller3-31/+39
2016-09-27net: bcmgenet: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-8/+8
2016-09-27Revert "net: ethernet: bcmgenet: use phydev from struct net_device"Florian Fainelli3-31/+39
2016-09-27Revert "net: ethernet: bcmgenet: use new api ethtool_{get|set}_link_ksettings"Philippe Reynes1-8/+8
2016-09-27bpf: Set register type according to is_valid_access()Mickaël Salaün1-3/+2
2016-09-27bpf samples: update tracex5 sample to use __seccomp_filterNaveen N. Rao2-9/+10
2016-09-27bpf samples: fix compiler errors with sockex2 and sockex3Naveen N. Rao3-11/+11
2016-09-26net: tg3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-50/+62
2016-09-26Merge branch 'bnx2x-fix-page-allocation-failure'David S. Miller2-65/+137
2016-09-26bnx2x: allocate mac filtering pending list in PAGE_SIZE incrementsJason Baron1-37/+86
2016-09-26bnx2x: allocate mac filtering 'mcast_list' in PAGE_SIZE incrementsJason Baron1-28/+51
2016-09-26nfp: bpf: improve handling for disabled BPF syscallArnd Bergmann2-10/+3
2016-09-26net: bcmgenet: remove unused function in bcmgenet.cBaoyou Xie1-122/+0
2016-09-26cxgb4: mark symbols static where possibleBaoyou Xie2-11/+14
2016-09-26net: mvneta: mark symbols static where possibleBaoyou Xie1-4/+6
2016-09-26net: hip04: mark tx_done() staticBaoyou Xie1-1/+1
2016-09-26net: hisilicon: mark symbols static where possibleBaoyou Xie1-3/+3
2016-09-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller5-69/+96
2016-09-25net: dsa: mv88e6xxx: fix non static symbol warningsWei Yongjun1-4/+4
2016-09-25be2net: fix non static symbol warningsWei Yongjun1-2/+2
2016-09-25net: smc91x: take into account register shiftRobert Jarzmik1-0/+3
2016-09-25cxgb4: fix -ve error check on a signed iqColin Ian King1-5/+5
2016-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller89-680/+1381
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso1352-17803/+49627
2016-09-25netfilter: nf_log: get rid of XT_LOG_* macrosLiping Zhang3-12/+12
2016-09-25netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang10-18/+32
2016-09-25netfilter: nf_tables: add range expressionPablo Neira Ayuso5-2/+178
2016-09-25netfilter: xt_socket: fix transparent match for IPv6 request socketsKOVACS Krisztian2-1/+1
2016-09-25netfilter: evict stale entries when user reads /proc/net/nf_conntrackFlorian Westphal1-0/+5
2016-09-25netfilter: xt_hashlimit: Create revision 2 to support higher pps ratesVishwanath Pai2-68/+285
2016-09-25netfilter: xt_hashlimit: Prepare for revision 2Vishwanath Pai1-30/+31
2016-09-25netfilter: nft_ct: report error if mark and dir specified simultaneouslyLiping Zhang1-0/+2
2016-09-25netfilter: nft_ct: unnecessary to require dir when use ct l3proto/protocolLiping Zhang1-10/+9
2016-09-25netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ackGao Feng1-8/+12
2016-09-25netfilter: replace list_head with single linked listAaron Conole10-116/+167
2016-09-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller13-268/+424
2016-09-25Merge tag 'rxrpc-rewrite-20160924' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller10-38/+463
2016-09-24i40evf: support queue-specific settings for interrupt moderationJacob Keller7-70/+280
2016-09-24i40e: don't configure zero-size RSS tableMitch Williams1-0/+2
2016-09-24i40e: Strip out debugfs hook for Flow Director filter programmingAlexander Duyck3-84/+3
2016-09-24i40e: Split Flow Director descriptor config into separate functionAlexander Duyck1-51/+64
2016-09-24i40e/i40evf: Add txring_txq function to match fm10k and ixgbeAlexander Duyck4-22/+30
2016-09-24i40e: Fix Flow Director raw_buf cleanupAlexander Duyck2-8/+8
2016-09-24i40evf: enable adaptive interrupt throttlingMitch Williams1-5/+11
2016-09-24i40e: Increase minimum number of allocated VSIAkeem Abodunrin1-1/+1
2016-09-24i40e/i40evf: Changed version to 1.6.16Bimmy Pujari2-2/+2
2016-09-24i40e: removing unreachable codeHenry Tieman1-5/+1
2016-09-24i40e: check conflicting ntuple/sideband rules when re-enabling ATRJacob Keller1-3/+7
2016-09-24i40e: cleanup ATR auto_disable_flags useJacob Keller3-20/+17
2016-09-24i40e: add encap csum VF offload flagPreethi Banala2-0/+2
2016-09-24i40e: fix deleting mac filtersAlan Brady1-2/+2
2016-09-24i40e: Remove 100 Mbps SGMII support for X722Harshitha Ramamurthy1-1/+0
2016-09-24gre: use nla_get_be32() to extract flowinfoLance Richardson1-1/+1
2016-09-25netfilter: nf_queue: whitespace cleanupAaron Conole1-4/+4
2016-09-24rxrpc: Implement slow-startDavid Howells9-13/+339
2016-09-24rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells4-0/+13
2016-09-24rxrpc: Generate a summary of the ACK state for later useDavid Howells2-11/+48
2016-09-24rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells1-2/+8
2016-09-24rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells3-0/+11
2016-09-24rxrpc: Include the last reply DATA serial number in the final ACKDavid Howells1-3/+3
2016-09-24rxrpc: Send an immediate ACK if we fill in a holeDavid Howells1-1/+9
2016-09-24netfilter: Only allow sane values in nf_register_net_hookAaron Conole1-0/+5
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole14-19/+19
2016-09-24netfilter: call nf_hook_ingress with rcu_read_lockAaron Conole1-1/+6
2016-09-24netfilter: call nf_hook_state_init with rcu_read_lock heldFlorian Westphal2-1/+8
2016-09-24netfilter: bridge: add and use br_nf_hook_threshFlorian Westphal3-16/+62
2016-09-24netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and ...Gao Feng1-8/+4
2016-09-24rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells4-9/+33
2016-09-24hv_netvsc: fix commentsStephen Hemminger1-4/+3
2016-09-24Merge branch 'thunderx-bql'David S. Miller3-13/+33
2016-09-24net: thunderx: Support for byte queue limitsSunil Goutham2-12/+32
2016-09-24net: thunderx: Fix issue with IRQ namimgSunil Goutham1-1/+1
2016-09-24mlxsw: spectrum: remove redundant check if err is zeroColin Ian King1-1/+1
2016-09-24Documentation: devicetree: fix typo in MediaTek ethernet device-tree bindingSean Wang1-1/+1
2016-09-24Documentation: devicetree: revise ethernet device-tree binding about TRGMIISean Wang1-2/+2
2016-09-24Merge tag 'rxrpc-rewrite-20160923' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller11-127/+405
2016-09-24Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller7-45/+62
2016-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-3/+3
2016-09-24Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller10-40/+53
2016-09-24Merge branch 'mlx4-vf-vlan-802.1ad'David S. Miller31-66/+388
2016-09-24net/mlx4: Add VF vlan protocol 802.1ad supportMoshe Shemesh5-12/+138
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh23-42/+161
2016-09-24net/mlx4_en: Disable vlan HW acceleration when in VF vlan protocol 802.1ad modeMoshe Shemesh1-0/+13
2016-09-24net/mlx4_core: Preparation for VF vlan protocol 802.1adMoshe Shemesh6-13/+78
2016-09-24net/mlx4_core: Fix QUERY FUNC CAP flagsMoshe Shemesh2-4/+3
2016-09-24Bluetooth: Use single return in hci_uart_tty_ioctl() callVignesh Raman1-13/+15
2016-09-24Bluetooth: BCSP fails to ACK re-transmitted frames from the peerDean Jenkins1-34/+51
2016-09-24Bluetooth: Tidy-up coding style in hci_bcsp.cDean Jenkins1-26/+29
2016-09-23rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells2-0/+29
2016-09-23rxrpc: Add tracepoint for ACK proposalDavid Howells8-30/+114
2016-09-23rxrpc: Add a tracepoint to log injected Rx packet lossDavid Howells2-6/+26
2016-09-23rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointDavid Howells3-12/+48
2016-09-23rxrpc: Add a tracepoint for the call timerDavid Howells6-7/+65
2016-09-23rxrpc: Don't call the tx_ack tracepoint if don't generate an ACKDavid Howells1-15/+11
2016-09-23rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells4-45/+81
2016-09-23rxrpc: Fix call timerDavid Howells2-13/+16
2016-09-23rxrpc: Fix accidental cancellation of scheduled resend by ACK parserDavid Howells1-0/+2
2016-09-23Revert "xen-netback: create a debugfs node for hash information"David S. Miller3-107/+2
2016-09-23rxrpc: Need to start the resend timer on initial transmissionDavid Howells3-1/+11
2016-09-23rxrpc: Use before_eq() and friends to compare serial numbersDavid Howells1-1/+1
2016-09-23Merge branch 'bpf-helper-improvements'David S. Miller2-1/+28
2016-09-23bpf: add helper to invalidate hashDaniel Borkmann2-0/+25
2016-09-23bpf: use bpf_get_smp_processor_id_proto instead of raw oneDaniel Borkmann1-0/+2
2016-09-23bpf: use skb_to_full_sk helper in bpf_skb_under_cgroupDaniel Borkmann1-1/+1
2016-09-23Merge branch 'hv_netvsc-next'David S. Miller3-109/+90
2016-09-23hv_netvsc: count multicast packets receivedStephen Hemminger2-1/+10
2016-09-23hv_netvsc: remove VF in flight countersStephen Hemminger2-63/+21
2016-09-23hv_netvsc: use RCU to protect vf_netdevStephen Hemminger2-15/+16
2016-09-23hv_netvsc: improve VF device matchingStephen Hemminger1-21/+39
2016-09-23hv_netvsc: simplify callback event codeStephen Hemminger1-18/+10
2016-09-23hv_netvsc: dev hold/put reference to VFStephen Hemminger1-0/+3
2016-09-23hv_netvsc: use consume_skbStephen Hemminger1-2/+2
2016-09-23Merge branch 'dsa-port-fast-ageing'David S. Miller4-49/+64
2016-09-23net: dsa: mv88e6xxx: implement DSA port fast ageingVivien Didelot1-22/+23
2016-09-23net: dsa: b53: implement DSA port fast ageingVivien Didelot1-20/+11
2016-09-23net: dsa: add port fast ageingVivien Didelot2-0/+20
2016-09-23net: dsa: add port STP state helperVivien Didelot1-7/+10
2016-09-23drivers: net: xgene: Fix MSS programmingIyappan Subramanian4-23/+100
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-23netfilter: nft_lookup: remove superfluous element found checkPablo Neira Ayuso1-1/+1
2016-09-23netfilter: xt_helper: Use sizeof(variable) instead of literal numberGao Feng1-1/+1
2016-09-23netfilter: Enhance the codes used to get random onceGao Feng3-17/+4
2016-09-23netfilter: nf_tables: check tprot_set first when we use xt.thoffLiping Zhang3-10/+19
2016-09-23netfilter: nf_tables: improve nft payload fast evalLiping Zhang1-1/+1
2016-09-23netfilter: nf_queue: improve queue range support for bridge familyLiping Zhang1-13/+43
2016-09-23netfilter: nft_queue: add _SREG_QNUM attr to select the queue numberLiping Zhang2-12/+92
2016-09-23netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana7-8/+60
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-22i40evf: remove unnecessary error checking against i40e_shutdown_adminqLihong Yang1-2/+1
2016-09-22i40e: Limit TX descriptor count in cases where frag size is greater than 16KAlexander Duyck2-10/+4
2016-09-22i40evf: remove unnecessary error checking against i40evf_up_completeBimmy Pujari1-8/+3
2016-09-22i40evf: Fix link state event handlingSridhar Samudrala2-3/+11
2016-09-22i40e: avoid potential null pointer dereference when assigning lenColin Ian King1-1/+2
2016-09-22i40e: Fix for extra byte swap in tunnel setupCarolyn Wyborny1-3/+3
2016-09-22i40e: Fix to check for NULLCarolyn Wyborny1-1/+10
2016-09-22i40e: return correct opcode to VFMitch Williams1-2/+2
2016-09-22i40e: fix "dump port" command when NPAR enabledAlan Brady1-1/+6
2016-09-22i40e: fix setting user defined RSS hash keyAlan Brady3-9/+11
2016-09-22Bluetooth: btwilink: Save the packet type before sendingLaura Abbott1-1/+3
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-22Bluetooth: Fix not updating scan rsp when adv offMichał Narajowski1-1/+1
2016-09-22Bluetooth: Add a new 04ca:3011 QCA_ROME deviceDmitry Tunin1-0/+1
2016-09-22Bluetooth: Fix NULL pointer dereference in mgmt contextArek Lichwa1-0/+2
2016-09-22netfilter: nft_numgen: add number generation offsetLaura Garcia Liebana2-6/+28
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