summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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/...David S. Miller7-29/+201
2014-07-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David 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
2014-07-23net: bcmgenet: use kcalloc instead of kzallocFlorian Fainelli2-4/+4
2014-07-23net: bcmgenet: add missing braces to some if statementsFlorian Fainelli1-4/+5
2014-07-23net: bcmgenet: add and remove missing blank linesFlorian Fainelli1-3/+1
2014-07-23net: bcmgenet: re-align multiple lines correctlyFlorian Fainelli3-147/+142
2014-07-23net: bcmgenet: remove FSF mail addressFlorian Fainelli3-30/+2
2014-07-23ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw socketsQuentin Armitage1-1/+4
2014-07-23Merge branch 'virtio-net-busy-poll'David S. Miller1-6/+61
2014-07-23virtio-net: rx busy polling supportJason Wang1-1/+47
2014-07-23virtio-net: introduce virtnet_receive()Jason Wang1-5/+14
2014-07-23ethernet: realtek: use pci_device_idVarka Bhadram1-7/+7
2014-07-23ethernet: realtek: use module_pci_driverVarka Bhadram1-20/+2