aboutsummaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-29vlan: fail early when creating netdev named configWANG Cong2-8/+15
2014-07-29ipv6: fail early when creating netdev named all or defaultWANG Cong1-28/+54
2014-07-29ipv4: fail early when creating netdev named all or defaultWANG Cong2-9/+33
2014-07-29net: remove deprecated syststamp timestampWillem de Bruijn6-49/+11
2014-07-29packet: remove deprecated syststamp timestampWillem de Bruijn3-21/+11
2014-07-29vxge: remove deprecated syststamp timestampWillem de Bruijn1-1/+0
2014-07-29octeon: remove deprecated syststamp timestampWillem de Bruijn1-24/+1
2014-07-28tipc: make tipc_buf_append() more robustJon Paul Maloy1-8/+21
2014-07-28bonding: fix a memory leak in bond_arp_send_all()Dan Carpenter1-2/+1
2014-07-28netlink: Fix shadow warning on jiffiesMark Rustad1-3/+3
2014-07-27inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov5-9/+40
2014-07-27inet: frag: use seqlock for hash rebuildFlorian Westphal6-44/+62
2014-07-27inet: frag: remove periodic secret rebuild timerFlorian Westphal7-33/+40
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-25e1000e: Fix Runtime PM blocks EEE link negotiation in S5David Ertman1-0/+26
2014-07-25e1000e: Fix EEE in S5 w/ Runtime PM enabledDavid Ertman1-1/+6
2014-07-25e1000e: Add support for EEE in Sx statesDavid Ertman2-2/+20
2014-07-25e1000e: Add code to check return values on NVM accessesDavid Ertman3-8/+23
2014-07-25e1000e: Fix CRC errors with jumbo trafficDavid Ertman2-1/+2
2014-07-25ixgbe: Make return values more directMark Rustad11-1010/+742
2014-07-25ixgbevf: Remove unused get_supported_physical_layer pointerMark Rustad1-1/+0
2014-07-25ixgbe: Delete a bunch of dead codeMark Rustad4-275/+0
2014-07-25ixgbe: Fix ixgbe_write_mbx error resultMark Rustad1-6/+5
2014-07-25ixgbe: Correct X540 semaphore errorMark Rustad1-18/+16
2014-07-25ixgbe: Fix spurious release of semaphore in EEPROM accessMark Rustad1-70/+53
2014-07-25ixgbe: Convert some udelays to usleep_rangeMark Rustad2-5/+5
2014-07-24ipv6: remove obsolete comment in ip6_append_data()Li RongQing1-1/+0
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-24openvswitch: Add skb_clone NULL check for the sampling action.Andy Zhou1-0/+2