aboutsummaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-28audit: pass int* to nlmsg_nextAlexandru Copot1-1/+1
2013-03-28bridge: remove unused variable ifmHong zhi guo1-9/+3
2013-03-28net/macb: make clk_enable atomicSteffen Trumtrar1-10/+10
2013-03-28net/macb: force endian_swp_pkt_en to offSteffen Trumtrar2-0/+3
2013-03-28net/macb: clear tx/rx completion flags in ISRSteffen Trumtrar1-0/+3
2013-03-28aoe: reserve enough headroom on skbsEric Dumazet1-1/+2
2013-03-28connector: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-6/+6
2013-03-28scsi: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo3-50/+45
2013-03-28gdm72xx: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-6/+6
2013-03-28selinux: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2-4/+3
2013-03-28audit: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-5/+5
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo18-50/+48
2013-03-28usb: ftdi_sio: Add support for Mitsubishi FX-USB-AW/-BDKonstantin Holoborodko2-0/+8
2013-03-28mg_disk: fix error return code in mg_probe()Wei Yongjun1-1/+3
2013-03-28Btrfs: fix wrong return value of btrfs_lookup_csum()Miao Xie1-1/+3
2013-03-28Btrfs: fix wrong reservation of csumsMiao Xie2-2/+2
2013-03-28Btrfs: fix double free in the btrfs_qgroup_account_ref()Wang Shilong1-2/+1
2013-03-28Btrfs: limit the global reserve to 512mbJosef Bacik1-1/+1
2013-03-28Btrfs: hold the ordered operations mutex when waiting on ordered extentsJosef Bacik1-0/+2
2013-03-28Btrfs: fix space accounting for unlink and renameJosef Bacik1-4/+2
2013-03-28Btrfs: fix space leak when we fail to reserve metadata spaceJosef Bacik1-6/+41
2013-03-28Btrfs: fix EIO from btrfs send in is_extent_unchanged for punched holesJan Schmidt1-6/+4
2013-03-28ixgbevf: Adjust to handle unassigned MAC address from PFGreg Rose2-7/+21
2013-03-28ixgbe: Don't give VFs random MAC addressesGreg Rose1-10/+13
2013-03-28e1000e: fix scheduling while atomic bugsBruce Allan1-4/+4
2013-03-28e1000e: increase driver version numberBruce Allan1-1/+1
2013-03-28e1000e: cleanup unused definesBruce Allan1-7/+0
2013-03-28e1000e: add support for LTR on I217/I218Bruce Allan1-0/+97
2013-03-28e1000e: enable EEE by defaultBruce Allan1-4/+0
2013-03-28e1000e: EEE capability advertisement not set/disabled as requiredBruce Allan5-72/+88
2013-03-27e1000e: long access timeouts when I217/I218 MAC and PHY are out of syncBruce Allan1-1/+28
2013-03-27e1000e: fix LED blink logic for designs with LEDs driven by cathodeBruce Allan1-7/+20
2013-03-27e1000e: slow performance between two 82579 connected via 10Mbit hubBruce Allan3-0/+30
2013-03-27e1000e: additional error handling on PHY register accessesBruce Allan2-0/+13
2013-03-28net: add ETH_P_802_3_MINSimon Horman16-21/+24
2013-03-27bnx2x: fix compilation without CONFIG_BNX2X_SRIOVDmitry Kravkov2-1/+2
2013-03-27tokenring: delete last holdout of CONFIG_TRPaul Bolle1-2/+0
2013-03-27net: fix compile error of implicit declaration of skb_probe_transport_headerYing Xue1-13/+13
2013-03-27yam: remove redundant null check on devColin Ian King1-1/+1
2013-03-27line up comment for ndo_bridge_getlinkDmitry Kravkov1-1/+1
2013-03-27tg3: fix length overflow in VPD firmware parsingKees Cook1-2/+5
2013-03-27sch: add missing u64 in psched_ratecfg_precompute()Sergey Popovich1-1/+1
2013-03-27drivers: net: ethernet: davinci_emac: use netif_wake_queue() while restarting tx queueMugunthan V N1-1/+1
2013-03-27drivers: net: ethernet: cpsw: use netif_wake_queue() while restarting tx queueMugunthan V N1-1/+1
2013-03-27rtnetlink: fix error return code in rtnl_link_fill()Wei Yongjun1-1/+3
2013-03-27enet: fec: fix fail resume from suspend stateFrank Li1-32/+50
2013-03-27phy: Elimination the forced speed reduction algorithm.Kirill Kapranov1-49/+1
2013-03-27net: use the frag lru_lock to protect netns_frags.nqueues updateJesper Dangaard Brouer2-2/+2
2013-03-27net: frag, avoid several CPUs grabbing same frag queue during LRU evictor loopJesper Dangaard Brouer1-0/+3
2013-03-27ppp: reuse print_hex_dump_bytesAndy Shevchenko1-51/+2