summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-19e1000e: cleanup ethtool loopback setup codeBruce Allan
2010-06-19cxgb4: minor cleanupDimitris Michailidis
2010-06-19cxgb4: update FW definitionsDimitris Michailidis
2010-06-19cxgb4: add a missing error interruptDimitris Michailidis
2010-06-19cxgb4: propagate link initialization errors to .ndo_open's callersDimitris Michailidis
2010-06-19cxgb4: switch to 64 bit inteface statisticsDimitris Michailidis
2010-06-19cxgb4: set dev_id to the port numberDimitris Michailidis
2010-06-19cxgb4: implement EEHDimitris Michailidis
2010-06-19cxgb4: rearrange initialization code in preparation for EEHDimitris Michailidis
2010-06-19cxgb4: dynamically determine flash size and FW image locationDimitris Michailidis
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-06-17qlcnic: fix register accessAmit Kumar Salecha
2010-06-17qlcnic: fix race in tx stop queueRajesh K Borundia
2010-06-17qlcnic: seperate interrupt for TXschacko
2010-06-17qlcnic: change driver descriptionSritej Velaga
2010-06-17qlcnic: fix device soft resetSucheta Chakraborty
2010-06-17be2net: enable ipv6 tso supportAjit Khaparde
2010-06-17udp: Add UFO to NETIF_F_SOFTWARE_GSOHerbert Xu
2010-06-16net: Export cred_to_ucred to modules.David S. Miller
2010-06-16af_unix: Allow connecting to sockets in other network namespaces.Eric W. Biederman
2010-06-16af_unix: Allow credentials to work across user and pid namespaces.Eric W. Biederman
2010-06-16scm: Capture the full credentials of the scm sender.Eric W. Biederman
2010-06-16af_netlink: Add needed scm_destroy after scm_send.Eric W. Biederman
2010-06-16af_unix: Allow SO_PEERCRED to work across namespaces.Eric W. Biederman
2010-06-16sock: Introduce cred_to_ucredEric W. Biederman
2010-06-16user_ns: Introduce user_nsmap_uid and user_ns_map_gid.Eric W. Biederman
2010-06-16scm: Reorder scm_cookie.Eric W. Biederman
2010-06-16qlcnic: Bumped up version numberAnirban Chakraborty
2010-06-16qlcnic: Fix a bug in setting up NIC partitioning modeAnirban Chakraborty
2010-06-16syncookies: check decoded options against sysctl settingsFlorian Westphal
2010-06-16mac80211: fix warn, enum may be used uninitializedChristoph Fritz
2010-06-16ath5k: report PHY error frames only for chips which need itBruno Randolf
2010-06-16ath5k: review RX descriptor functionsBruno Randolf
2010-06-16ath5k: take descriptor differences between 5210 and 5211 into accountBruno Randolf
2010-06-16ath5k: update 5210/5211 frame typesBruno Randolf
2010-06-16ath5k: review and add comments for descriptorsBruno Randolf
2010-06-16ath5k: remove pointless rx error overlay structBruno Randolf
2010-06-16ath5k: cosmetic changes in ath5k_hw_proc_5212_rx_status()Bruno Randolf
2010-06-16ath5k: use direct function calls for descriptors when possibleBruno Randolf
2010-06-16ath5k: move checks and stats into new functionBruno Randolf
2010-06-16ath5k: split descriptor handling and frame receiveBruno Randolf
2010-06-16ath5k: unify rx descriptor error handlingBruno Randolf
2010-06-16ath5k: reset more pointers after we free skbsBruno Randolf
2010-06-16ath5k: print more errors when decriptor setup failsBruno Randolf
2010-06-16ath5k: fix rx descriptor debuggingBruno Randolf
2010-06-16ath5k: fix some comment typosBruno Randolf
2010-06-16ath5k: rename ath5k_txbuf_free() to ath5k_txbuf_free_skb()Bruno Randolf
2010-06-16ath5k: more debug prints for resetsBruno Randolf
2010-06-16ipw2200: Enable LED by defaultubuntu@tjworld.net