aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-07-27inet: frag: remove lru listFlorian Westphal6-44/+4
2014-07-27inet: frag: don't account number of fragment queuesFlorian Westphal7-19/+5
2014-07-27inet: frag: move eviction of queues to work queueFlorian Westphal5-47/+112
2014-07-27inet: frag: move evictor calls into frag_find functionFlorian Westphal6-35/+9
2014-07-27inet: frag: remove hash size assumptions from callersFlorian Westphal5-23/+19
2014-07-27inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal6-29/+30
2014-07-24ipv6: remove obsolete comment in ip6_append_data()Li RongQing1-1/+0
2014-07-24Merge branch 'macb-next'David S. Miller3-75/+399
2014-07-24net/macb: enable scatter-gather feature and set DMA burst length for sama5d4 gemCyrille Pitchen1-0/+6
2014-07-24ARM: at91: change compatibility string for sama5d3x gemCyrille Pitchen1-1/+1
2014-07-24net/macb: add RX checksum offload featureCyrille Pitchen2-4/+51
2014-07-24net/macb: add TX checksum offload featureCyrille Pitchen1-0/+29
2014-07-24net/macb: add scatter-gather hw featureCyrille Pitchen2-52/+240
2014-07-24net/macb: configure for FIFO mode and non-gigabitNicolas Ferre2-20/+74
2014-07-24drivers: net: cpsw: cleanup: remove unused functionMugunthan V N1-11/+0
2014-07-24net/mlx4_en: mlx4_en_[gs]et_priv_flags() can be staticFengguang Wu1-2/+2
2014-07-24bfin_mac: convert bfin Ethernet driver to NAPI frameworkSonic Zhang3-32/+53
2014-07-24net: do not name the pointer to struct net_device netWANG Cong1-71/+71
2014-07-24isdn: use constants instead of magicnumbersHimangi Saraogi1-2/+2
2014-07-24cxgb4: Fixed incorrect check for memory operation in t4_memory_rwHariprasad Shenai1-1/+1
2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov6-39/+39
2014-07-24fec: Simplify the PM related hooksFabio Estevam1-6/+2
2014-07-24net_sched: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-24neigh: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-24igmp: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-24Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitchDavid S. Miller7-29/+201
2014-07-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller18-80/+958
2014-07-24openvswitch: Add skb_clone NULL check for the sampling action.Andy Zhou1-0/+2
2014-07-24openvswitch: Sample action without side effectsSimon Horman1-11/+37
2014-07-24openvswitch: Avoid memory corruption in queue_userspace_packet()Andy Zhou1-1/+2
2014-07-24i40e: always print aqtx answerShannon Nelson2-10/+6
2014-07-24i40e: Give link more time after setting flow controlCatherine Sullivan1-3/+7
2014-07-24i40e: Fix firmware API version errorsCatherine Sullivan1-13/+7
2014-07-24i40e/i40evf: ARQ copy desc data even for failed commandsKamil Krawczyk2-14/+14
2014-07-24i40evf: don't wait so longMitch Williams1-2/+2
2014-07-24i40e/i40evf: fix extension header csum logicJesse Brandeburg2-4/+0
2014-07-24i40e/i40evf: Add nvmupdate supportShannon Nelson10-16/+866
2014-07-24i40e: fix format mismatch in drivers/net/ethernet/intel/i40e/i40e_debugfs.cToralf Förster1-2/+2
2014-07-24igb: bump igb version to 5.2.13Todd Fujinaka1-2/+2
2014-07-24igb: Add message when malformed packets detected by hwCarolyn Wyborny2-0/+26
2014-07-24ixgbe: don't check minimum link when direct assigned to virtual machineJacob Keller1-4/+19
2014-07-24ixgbe: fix use of list_for_each in ixgbe_enumerate_functionsJacob Keller1-10/+7
2014-07-24ixgbe: Change some uses of strncpy to strlcpyMark Rustad1-3/+3
2014-07-24openvswitch: Enable tunnel GSO for OVS bridge.Pravin B Shelar2-1/+12
2014-07-24openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang4-16/+148
2014-07-24ixgbe: Fix possible null-dereference in error pathMark Rustad1-1/+1
2014-07-23Merge branch 'filter-move'David S. Miller5-511/+545
2014-07-23bpf: update MAINTAINERS entryAlexei Starovoitov1-0/+7
2014-07-23net: filter: split filter.c into two filesAlexei Starovoitov4-511/+538
2014-07-23Merge branch 'bcmgenet-next'David S. Miller3-188/+154