aboutsummaryrefslogtreecommitdiffstats
path: root/README (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-16vlan: lockless transmit pathEric Dumazet5-57/+50
2010-11-16macvlan: lockless tx pathEric Dumazet2-59/+55
2010-11-16packet: Enhance AF_PACKET implementation to not require high order contiguous memory allocation (v4)Neil Horman1-16/+69
2010-11-16drivers/isdn/mISDN: Use printf extension %pVJoe Perches3-12/+33
2010-11-16netlink: let nlmsg and nla functions take pointer-to-const argsJan Engelhardt2-19/+24
2010-11-16ipv6: fix missing in6_ifa_put in addrconfJohn Fastabend1-3/+3
2010-11-15net: Export netif_get_vlan_features().David S. Miller1-0/+1
2010-11-15enic: Fix build warningsVasanthy Kolluri2-3/+3
2010-11-15hso: Fix unused variable warningAlan Cox1-1/+0
2010-11-15bridge: add RCU annotations to bridge port lookupEric Dumazet4-7/+8
2010-11-15bridge: fix RCU races with bridge portstephen hemminger8-34/+44
2010-11-15netdev: add rcu annotations to receive handler hookstephen hemminger1-2/+2
2010-11-15bridge: add proper RCU annotation to should_route_hookEric Dumazet4-9/+12
2010-11-15bridge: add RCU annotation to bridge multicast tableEric Dumazet3-32/+56
2010-11-15net/ipv6/mcast.c: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-11-15include/net/caif/cfctrl.h: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-11-15include/linux/if_macvlan.h: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-11-15drivers/net/cnic.c: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-11-15drivers/net/ixgbe: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-11-15drivers/net/e1000e: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-11-15drivers/net/bnx2x: Remove unnecessary semicolonsJoe Perches2-3/+3
2010-11-15drivers/isdn: Remove unnecessary semicolonsJoe Perches2-3/+3
2010-11-15net: Simplify RX queue allocationTom Herbert3-16/+13
2010-11-15net: Move TX queue allocation to alloc_netdev_mqTom Herbert1-4/+3
2010-11-15xfrm: use gre key as flow upper protocol infoTimo Teräs4-5/+30
2010-11-15vlan: Fix build warning in vlandev_seq_show()David S. Miller1-1/+0
2010-11-15carl9170: use generic sign_extend32Christian Lamparter1-13/+4
2010-11-15bitops: Provide generic sign_extend32 functionAndreas Herrmann7-47/+30
2010-11-15wl1251: use wl12xx_platform_data to pass dataGrazvydas Ignotas3-57/+12
2010-11-15wl1251: add runtime PM support for SDIOGrazvydas Ignotas1-3/+61
2010-11-15wl1251: add power callback to wl1251_if_operationsGrazvydas Ignotas4-8/+25
2010-11-15iwlagn: enable shadow registerWey-Yi Guy6-39/+70
2010-11-15iwlwifi: disable disconnected antenna for advanced bt coexShanyu Zhao1-8/+11
2010-11-15iwlwifi: seperate disconnected antenna functionShanyu Zhao1-108/+123
2010-11-15iwlagn: fix RXON HTJohannes Berg1-0/+1
2010-11-15iwlagn: re-enable calibrationJohannes Berg1-0/+14
2010-11-15iwlagn: fix RXON issuesJohannes Berg1-29/+21
2010-11-15iwlagn: fix needed chains calculationJohannes Berg1-1/+3
2010-11-15iwlwifi: resending QoS command when HT changesWey-Yi Guy2-56/+69
2010-11-15iwlwlifi: update rx write pointer w/o request mac access in the CAM modeWinkler, Tomas1-1/+1
2010-11-15iwlwifi: legacy tx_cmd_protection functionWey-Yi Guy6-39/+40
2010-11-15iwlwifi: put all the isr related function under opsWey-Yi Guy9-17/+67
2010-11-15iwlwifi: Legacy isr only used by legacy devicesWey-Yi Guy5-61/+65
2010-11-15iwlagn: fix non-5000+ buildJohannes Berg6-50/+57
2010-11-15iwlagn: update PCI ID for 100 series devicesWey-Yi Guy1-2/+3
2010-11-15iwlagn: update PCI ID for 6000g2a series devicesWey-Yi Guy1-7/+0
2010-11-15iwlagn: update PCI ID for 6000g2b series devicesWey-Yi Guy1-14/+2
2010-11-15ath5k: Print stats as unsigned ints.Ben Greear1-15/+15
2010-11-15rt2x00: Add watchdog functions for HW queueIvo van Doorn2-3/+58
2010-11-15rt2x00: Remove rt2x00lib_toggle_rxIvo van Doorn12-54/+17