aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-25drivers/net/ethernet/xilinx: added Xilinx AXI Ethernet driverdanborkmann@iogearbox.net5-0/+2438
2012-01-25bnx2x: unlock before returning an errorDan Carpenter1-0/+1
2012-01-25vmxnet3: cleanup tso headers manipulationEric Dumazet1-11/+11
2012-01-24net: fec: use module_platform_driverFabio Estevam1-16/+1
2012-01-24xen/netfront: add netconsole support.Konrad Rzeszutek Wilk1-23/+34
2012-01-24ip_gre: Fix bug added to ipgre_tunnel_xmit().David S. Miller1-1/+3
2012-01-24ipip: Fix bug added to ipip_tunnel_xmit().David S. Miller1-0/+1
2012-01-24ipv4: Remove bogus checks of rt_gateway being zero.David S. Miller2-7/+3
2012-01-24rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller1-12/+8
2012-01-24netprio_cgroup.h: dont include module.h from other includesPaul Gortmaker1-1/+0
2012-01-24net: flow_dissector.c missing include linux/export.hJesper Dangaard Brouer1-0/+1
2012-01-24team: send only changed options/ports via netlinkJiri Pirko2-46/+100
2012-01-24net/hyperv: fix possible memory leak in do_set_multicast()Wei Yongjun1-2/+3
2012-01-24drivers/net: dsa/mv88e6xxx.c files need linux/module.hPaul Gortmaker4-0/+4
2012-01-24stmmac: added PCI identifiersAlessandro Rubini1-3/+3
2012-01-24llc: Fix race condition in llc_ui_recvmsgRadu Iliescu1-0/+5
2012-01-24stmmac: fix phy naming inconsistencyAlessandro Rubini1-1/+1
2012-01-24regulator: Fix documentation for of_node parameter of regulator_register()Mark Brown1-1/+2
2012-01-24gma500: Fix shmem mappingAlan Cox1-3/+2
2012-01-23migrate_mode.h is not exported to user modeStephen Rothwell1-1/+1
2012-01-23PM / Sleep: Fix read_unlock_usermodehelper() call.Tetsuo Handa1-2/+1
2012-01-23dsa: Add reporting of silicon revision for Marvell 88E6123/88E6161/88E6165 switches.Chris Healy1-4/+17
2012-01-23tg3: fix ipv6 header length computationEric Dumazet1-7/+2
2012-01-23skge: add byte queue limit supportstephen hemminger1-13/+24
2012-01-23mv643xx_eth: Add Rx Discard and Rx Overrun statisticsPaulius Zaleckas1-0/+14
2012-01-23bnx2x: fix compilation error with SOE in fw_dumpYuval Mintz1-1/+1
2012-01-23bnx2x: handle CHIP_REVISION during init_oneAriel Elior1-4/+5
2012-01-23bnx2x: allow user to change ring size in ISCSI SD modeDmitry Kravkov1-1/+1
2012-01-23bnx2x: fix Big-Endianess in ethtool -tDmitry Kravkov1-3/+2
2012-01-23bnx2x: fixed ethtool statistics for MF modesYuval Mintz1-65/+41
2012-01-23bnx2x: credit-leakage fixup on vlan_mac_del_allYuval Mintz2-1/+54
2012-01-23macvlan: fix a possible use after freeEric Dumazet1-0/+1
2012-01-23ALSA: hda - Fix silent outputs from docking-station jacks of Dell laptopsTakashi Iwai1-3/+5
2012-01-23docbook: fix sched source file names in device-drivers bookRandy Dunlap1-1/+3
2012-01-23docbook: change iomap source filename in deviceiobookRandy Dunlap1-1/+1
2012-01-23docbook: don't use serial_core.h in device-drivers bookRandy Dunlap1-1/+0
2012-01-23kernel-doc: fix kernel-doc warnings in schedRandy Dunlap2-3/+2
2012-01-23kernel-doc: fix new warnings in cfg80211.hRandy Dunlap1-0/+6
2012-01-23kernel-doc: fix new warning in usb.hRandy Dunlap1-0/+1
2012-01-23kernel-doc: fix new warnings in device.hRandy Dunlap1-5/+10
2012-01-23kernel-doc: fix new warnings in debugfsRandy Dunlap1-1/+1
2012-01-23kernel-doc: fix new warning in regulator coreRandy Dunlap1-0/+1
2012-01-23kernel-doc: fix new warnings in pciRandy Dunlap1-3/+3
2012-01-23kernel-doc: fix new warnings in driver-coreRandy Dunlap1-4/+5
2012-01-23kernel-doc: fix new warnings in auditsc.cRandy Dunlap1-2/+3
2012-01-23scripts/kernel-doc: fix fatal error caused by cfg80211.hRandy Dunlap1-1/+2
2012-01-23score: fix off-by-one index into syscall tableDan Rosenberg1-1/+1
2012-01-23mm: fix rss count leakage during migrationKonstantin Khlebnikov1-9/+28
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins5-96/+83
2012-01-23SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins3-23/+33