aboutsummaryrefslogtreecommitdiffstats
path: root/fs/inotify.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-08staging-winbond: Kill directly reference of netdev->privWang Chen1-1/+5
2008-12-06staging-slicoss: Kill directly reference of netdev->privWang Chen1-4/+3
2008-12-06staging-p80211: Kill directly reference of netdev->privWang Chen2-39/+39
2008-12-06s390_net: Kill directly reference of netdev->privWang Chen1-6/+6
2008-12-06net: Fix incorrect use of loose in spider_net.cNick Andrew1-1/+1
2008-12-06wireless: Fix incorrect use of loose in wext.cNick Andrew1-1/+1
2008-12-05tcp: fix tso_should_defer in 64bitIlpo Järvinen1-1/+1
2008-12-05tcp: use tcp_write_xmit also in tcp_push_oneIlpo Järvinen1-37/+17
2008-12-05tcp: move some parts from tcp_write_xmitIlpo Järvinen1-11/+12
2008-12-05tcp: share code through function, not through copy-paste. :-)Ilpo Järvinen1-7/+10
2008-12-05tcp: drop tcp_bound_rto, merge content of it tcp_set_rtoIlpo Järvinen1-9/+3
2008-12-05tcp: no need to pass prev skb around, reduces arg pressureIlpo Järvinen1-5/+4
2008-12-05tcp: introduce struct tcp_sacktag_state to reduce arg pressureIlpo Järvinen1-71/+74
2008-12-05tcp: make mtu probe failure to not break gso'ed skbs unnecessarilyIlpo Järvinen1-12/+7
2008-12-05tcp: Fix thinko making the not-shiftable to cover S|R as wellIlpo Järvinen1-1/+1
2008-12-05tcp: force mss equality with the next skb too.Ilpo Järvinen1-5/+4
2008-12-05dccp: use roundup instead of opencodingIlpo Järvinen1-1/+1
2008-12-05tty: driverdata and discdata are void *Alan Cox2-10/+10
2008-12-05tty: Flags should be accessed via the foo_bit interfacesAlan Cox4-19/+15
2008-12-05igb/e1000e: Naming interrupt vectorsAlexander Duyck2-4/+4
2008-12-05ath9k: Use GFP_ATOMIC when allocating TX private areaLuis R. Rodriguez1-2/+20
2008-12-05ath9k: Check for pci_map_single() errorsLuis R. Rodriguez3-3/+53
2008-12-05rt2x00: Correctly initialize AID during set_key()Ivo van Doorn1-0/+12
2008-12-05rt2x00: Move crypto TX descriptor handling to rt2x00crypto.cIvo van Doorn3-25/+36
2008-12-05rt2x00: Fix check for BSS info changesIvo van Doorn1-1/+1
2008-12-05generic swap(): ath9k: rename swap() to swap_array()Wu Fengguang2-2/+2
2008-12-05rt2x00: Add RXDONE_CRYPTO_IV/ICV flagsIvo van Doorn5-1/+14
2008-12-05iwl3945 : Fix a-band association for passive channelsAbhijeet Kolekar2-8/+24
2008-12-05iwlwifi: rely on API version read from firmwareReinette Chatre8-56/+217
2008-12-05iwlwifi: store ucode version numberChatre, Reinette6-8/+36
2008-12-05iwlwifi: fix DMA channel number in iwl_txq_ctx_stopZhu Yi4-7/+10
2008-12-05iwl3945: Fix iwl3945 rate scaling.Abbas, Mohamed2-55/+52
2008-12-05iwl3945: add debugfs supportAbbas, Mohamed1-0/+62
2008-12-05iwlwifi: move channels sysfs to debugfsWinkler, Tomas3-63/+77
2008-12-05iwlwifi: move disable/enable interrupts to iwl-core.cWinkler, Tomas3-22/+31
2008-12-05iwl3945: Select correct sta ID from find_station()Samuel Ortiz1-2/+9
2008-12-05iwlwifi: fix printk size format errorZhu Yi2-2/+2
2008-12-05iwlwifi: move host command check function into separate fileWinkler, Tomas5-80/+112
2008-12-05rt2x00: Release rt2x00 2.2.3Ivo van Doorn1-1/+1
2008-12-05rt2x00: Implement HW encryption (rt2500usb)Ivo van Doorn8-9/+156
2008-12-05rt2x00: Remove duplicate codeIvo van Doorn1-18/+19
2008-12-05rt2x00: Store retry limit valuesIvo van Doorn3-8/+9
2008-12-05rt2x00: Optimize IV/EIV handlingIvo van Doorn4-46/+26
2008-12-05ath9k: Choose correct ANI calibration periodSujith1-2/+3
2008-12-05iwlwifi: 5150 enable LO, TXIQ and BB calibrationsWinkler, Tomas1-1/+4
2008-12-05iwlwifi: 5150 parametrize eeprom versionsTomas Winkler1-0/+2
2008-12-05iwlwifi: 5150 compute ct kill thresholdTomas Winkler2-1/+13
2008-12-05iwlwifi: 5150 enable DC calibrationTomas Winkler2-1/+7
2008-12-05iwlwifi: 5150 add support for 5150Tomas Winkler3-0/+17
2008-12-05ath9k: Replace ath9k_opmode with nl80211_iftypeColin McCabe10-74/+81