summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller27-121/+132
2014-08-05cxgb4 : Disable recursive mailbox commands when enabling viAnish Bhatt2-2/+5
2014-08-05net: reduce USB network driver config options.Francois Romieu2-13/+9
2014-08-05tg3: Modify tg3_tso_bug() to handle multiple TX ringsPrashant Sreedharan1-10/+12
2014-08-05Merge branch 'amd-xgbe'David S. Miller3-101/+126
2014-08-05amd-xgbe: Perform phy connect/disconnect at dev open/stopLendacky, Thomas2-99/+121
2014-08-05amd-xgbe: Use dma_set_mask_and_coherent to set DMA maskLendacky, Thomas1-2/+5
2014-08-05net: sun4i-emac: fix memory leak on bad packetMarc Zyngier1-2/+4
2014-08-05sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet1-1/+1
2014-08-05Revert "net: phy: Set the driver when registering an MDIO bus device"Fabio Estevam1-1/+0
2014-08-05cxgb4vf: Turn off SGE RX/TX Callback Timers and interrupts in PCI shutdown ro...Hariprasad Shenai1-14/+15
2014-08-05Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller6-27/+37
2014-08-05team: Simplify return path of team_newlinkToshiaki Makita1-7/+1
2014-08-05bridge: Update outdated comment on promiscuous modeToshiaki Makita1-4/+2
2014-08-05Merge branch 'net-timestamp-next'David S. Miller13-64/+170
2014-08-05net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn5-2/+17
2014-08-05net-timestamp: TCP timestampingWillem de Bruijn4-6/+52
2014-08-05net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn6-7/+31
2014-08-05net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn7-4/+27
2014-08-05net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn3-45/+17
2014-08-05net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn5-10/+36
2014-08-05cxgb4i : Move stray CPL definitions to cxgb4 driverAnish Bhatt2-2/+2
2014-08-05tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell3-14/+21
2014-08-05Merge branch 'qlcnic'David S. Miller3-11/+19
2014-08-05qlcnic: Initialize dcbnl_ops before register_netdevRajesh Borundia1-2/+2
2014-08-05qlcnic: Set driver version before registering netdevRajesh Borundia2-4/+4
2014-08-05qlcnic: Fix update of ethtool stats.Rajesh Borundia1-5/+13
2014-08-05Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-3/+7
2014-08-05Merge branch 'xen-netback-next'David S. Miller3-46/+140
2014-08-05xen-netback: Turn off the carrier if the guest is not able to receiveZoltan Kiss3-38/+123
2014-08-05xen-netback: Using a new state bit instead of carrierZoltan Kiss3-9/+18
2014-08-05Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller85-371/+7542
2014-08-05net/usb/hso: Add support for Option GTM671WFSRicardo Ribalda1-0/+1
2014-08-05net: smc911x: fix %d confusingly prefixed with 0x in format stringHans Wennborg1-1/+1
2014-08-05drivers: atm: fix %d confusingly prefixed with 0x in format stringsHans Wennborg1-2/+2
2014-08-05batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2014-08-05batman-adv: increase default hop penaltySimon Wunderlich1-1/+1
2014-08-05batman-adv: remove unnecessary logspamAndré Gaul2-15/+23
2014-08-05batman-adv: Fix out-of-order fragmentation supportSven Eckelmann1-3/+7
2014-08-04netlink: fix lockdep splatsEric Dumazet1-2/+2
2014-08-04tcp: md5: remove unneeded check in tcp_v4_parse_md5_keysDmitry Popov1-1/+1
2014-08-04Drivers: net-next: hyperv: Increase the size of the sendbuf regionKY Srinivasan2-6/+3
2014-08-04net: remove spurious zd1201 rule.Francois Romieu1-1/+0
2014-08-04net: phy: spi_ks8995: Introduce the use of devm_kzallocHimangi Saraogi1-18/+8
2014-08-04cxgb4: only free allocated flsHariprasad Shenai2-14/+22
2014-08-04bridge: remove a useless commentMichael S. Tsirkin1-1/+0
2014-08-04batman-adv: prefer kmalloc_array to kmalloc when possibleAntonio Quartulli3-10/+12
2014-08-02r8152: add missing Makefile ruleJF Le Fillatre1-0/+1
2014-08-02cxgb4i : remove spurious use of rcuAnish Bhatt1-9/+5
2014-08-02Merge branch 'concurrent_hash_tables'David S. Miller8-432/+1193