aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/strip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-30strip: move driver to stagingJohn W. Linville1-2805/+0
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-08-04drivers/net/wireless: Use DIV_ROUND_CLOSESTJulia Lawall1-3/+6
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-05-20wireless: fix to set dev->broadcast correctlyWei Yongjun1-1/+1
2009-03-21strip: convert to net_device_opsStephen Hemminger1-12/+12
2009-02-17drivers/net/wireless: fix sparse warning: context imbalanceHannes Eder1-0/+2
2009-01-21net: constify VFTsJan Engelhardt1-1/+1
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-12-08netdevice: Kill netdev->privWang Chen1-1/+1
2008-12-05tty: driverdata and discdata are void *Alan Cox1-5/+5
2008-12-05tty: Flags should be accessed via the foo_bit interfacesAlan Cox1-5/+3
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-07-20Fix strip driver back up for ldisc/tty changesAlan Cox1-1/+1
2008-05-12strip: Fix termios assumptionAlan Cox1-1/+1
2008-04-30strip: Fix up strip for the new orderAlan Cox1-42/+24
2008-02-29wireless: Convert to list_for_each_entry_rcu()Roel Kluin1-3/+3
2007-11-07[TTY]: Use tty_mode_ioctl() in network drivers.Alan Cox1-9/+1
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-4/+9
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-10-10[PATCH] dev->priv to netdev_priv(dev), for drivers/net/wirelessYoann Padioleau1-1/+1
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-2/+3
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov1-3/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-1/+1
2006-12-08[PATCH] tty: preparatory structures for termios revampAlan Cox1-1/+1
2006-09-28[IPV4]: annotate struct in_ifaddrAl Viro1-2/+2
2006-08-29[STRIP]: Fix neighbour table refcount leak.Stephen Hemminger1-2/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-17[PATCH] drivers/net/*: use time_after() and friendsMarcelo Feitoza Parisi1-2/+2
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-7/+3
2005-10-28drivers/net: Remove pointless checks for NULL prior to calling kfree()Jesper Juhl1-25/+13
2005-10-03[IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnlHerbert Xu1-2/+2
2005-06-26Merge /spare/repo/netdev-2.6/ branch 'ieee80211'Jeff Garzik1-1/+1
2005-06-23[PATCH] Convert users to tty_unregister_ldisc()Alexey Dobriyan1-1/+1
2005-05-12Add HostAP wireless driver.Jouni Malinen1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2843