summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-29tipc: make tipc_buf_append() more robustJon Paul Maloy1-8/+21
2014-07-29Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller178-2748/+6570
2014-07-29bonding: fix a memory leak in bond_arp_send_all()Dan Carpenter1-2/+1
2014-07-29netlink: Fix shadow warning on jiffiesMark Rustad1-3/+3
2014-07-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller19-1395/+896
2014-07-28Merge branch 'inet_frag_kill_lru_list'David S. Miller11-267/+305
2014-07-28inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov5-9/+40
2014-07-28inet: frag: use seqlock for hash rebuildFlorian Westphal6-44/+62
2014-07-28inet: frag: remove periodic secret rebuild timerFlorian Westphal7-33/+40
2014-07-28inet: frag: remove lru listFlorian Westphal6-44/+4
2014-07-28inet: frag: don't account number of fragment queuesFlorian Westphal7-19/+5
2014-07-28inet: frag: move eviction of queues to work queueFlorian Westphal5-47/+112
2014-07-28inet: frag: move evictor calls into frag_find functionFlorian Westphal6-35/+9
2014-07-28inet: frag: remove hash size assumptions from callersFlorian Westphal5-23/+19
2014-07-28inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal6-29/+30
2014-07-26e1000e: Fix Runtime PM blocks EEE link negotiation in S5David Ertman1-0/+26
2014-07-26e1000e: Fix EEE in S5 w/ Runtime PM enabledDavid Ertman1-1/+6
2014-07-26e1000e: Add support for EEE in Sx statesDavid Ertman2-2/+20
2014-07-26e1000e: Add code to check return values on NVM accessesDavid Ertman3-8/+23
2014-07-26e1000e: Fix CRC errors with jumbo trafficDavid Ertman2-1/+2
2014-07-26ixgbe: Make return values more directMark Rustad11-1010/+742
2014-07-26ixgbevf: Remove unused get_supported_physical_layer pointerMark Rustad1-1/+0
2014-07-26ixgbe: Delete a bunch of dead codeMark Rustad4-275/+0
2014-07-26ixgbe: Fix ixgbe_write_mbx error resultMark Rustad1-6/+5
2014-07-26ixgbe: Correct X540 semaphore errorMark Rustad1-18/+16
2014-07-26ixgbe: Fix spurious release of semaphore in EEPROM accessMark Rustad1-70/+53
2014-07-26ixgbe: Convert some udelays to usleep_rangeMark Rustad2-5/+5
2014-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-12/+25
2014-07-25ipv6: remove obsolete comment in ip6_append_data()Li RongQing1-1/+0
2014-07-25Merge branch 'macb-next'David S. Miller3-75/+399
2014-07-25net/macb: enable scatter-gather feature and set DMA burst length for sama5d4 gemCyrille Pitchen1-0/+6
2014-07-25ARM: at91: change compatibility string for sama5d3x gemCyrille Pitchen1-1/+1
2014-07-25net/macb: add RX checksum offload featureCyrille Pitchen2-4/+51
2014-07-25net/macb: add TX checksum offload featureCyrille Pitchen1-0/+29
2014-07-25net/macb: add scatter-gather hw featureCyrille Pitchen2-52/+240
2014-07-25net/macb: configure for FIFO mode and non-gigabitNicolas Ferre2-20/+74
2014-07-25drivers: net: cpsw: cleanup: remove unused functionMugunthan V N1-11/+0
2014-07-25net/mlx4_en: mlx4_en_[gs]et_priv_flags() can be staticFengguang Wu1-2/+2
2014-07-25bfin_mac: convert bfin Ethernet driver to NAPI frameworkSonic Zhang3-32/+53
2014-07-25net: do not name the pointer to struct net_device netWANG Cong1-71/+71
2014-07-25isdn: use constants instead of magicnumbersHimangi Saraogi1-2/+2
2014-07-25cxgb4: Fixed incorrect check for memory operation in t4_memory_rwHariprasad Shenai1-1/+1
2014-07-25net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov6-39/+39
2014-07-25fec: Simplify the PM related hooksFabio Estevam1-6/+2
2014-07-25net_sched: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-25neigh: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-25igmp: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-25Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller7-29/+201
2014-07-25Merge 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