summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/bpqether.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* hamradio: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-1/+1
* NET: hamradio: Fix IP over bpq encapsulation.Ralf Baechle2015-07-081-0/+1
* netfilter: Remove spurios included of netfilter.hEric W Biederman2015-06-181-1/+0
* ax25: Stop using magic neighbour cache operations.Eric W. Biederman2015-03-031-2/+3
* ax25: Refactor to use private neighbour operations.Eric W. Biederman2015-03-021-0/+2
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-2/+2
* hamradio: slight optimization of addr comparedingtianhong2013-12-261-1/+1
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-3/+4
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+2
* sections: fix section conflicts in drivers/net/hamradioAndi Kleen2012-10-061-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-051-4/+0
* drivers/net: remove some rcu sparse warningsEric Dumazet2011-01-271-2/+3
* drivers/net: return operator cleanupEric Dumazet2010-09-261-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* hamradio: avoid null deref v3Dan Carpenter2010-01-031-1/+3
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-4/+1
* net: use net_eq to compare netsOctavian Purdila2009-11-251-2/+2
* NET: Fix possible corruption in bpqether driverRalf Baechle2009-09-021-16/+10
* convert hamradio drivers to netdev_txreturnt_tStephen Hemminger2009-09-011-1/+1
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* net: fix network drivers ndo_start_xmit() return valuesPatrick McHardy2009-06-171-1/+1
* net: fix network drivers ndo_start_xmit() return values (part 6)Patrick McHardy2009-06-131-2/+2
* net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-101-1/+1
* drivers/net/hamradio: fix sparse warning: context imbalanceHannes Eder2009-02-171-0/+2
* drivers/net/hamradio: fix warning: format not a string literal and no ...Hannes Eder2009-02-171-1/+2
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* net: constify VFTsJan Engelhardt2009-01-211-1/+1
* bpqether: convert to net_device_opsStephen Hemminger2009-01-211-7/+8
* bpqether: convert to internal net_device_statsStephen Hemminger2009-01-211-16/+5
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* net: convert print_mac to %pMJohannes Berg2008-10-271-4/+3
* netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller2008-07-221-0/+2
* netdev: Allocate multiple queues for TX.David S. Miller2008-07-171-2/+4
* netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller2008-07-081-1/+11
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-2/+2
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-2/+1
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-101-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-16/+7
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-2/+3
* bpqether: fix rcu usagePaul E. McKenney2007-07-311-3/+3
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-1/+1
* [AX.25]: Fix default address and broadcast address initialization.Ralf Baechle2006-12-081-7/+2
* [BPQ] lockdep: fix false positiveRalf Baechle2006-07-101-0/+7
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0