summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/bpqether.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner2019-05-241-6/+1Star
* net: hamradio: use eth_broadcast_addrStefan Agner2018-06-201-6/+2Star
* proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-15/+1Star
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-261-2/+1Star
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* 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-131-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/+0Star
* 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-161-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-051-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-051-4/+0Star
* drivers/net: remove some rcu sparse warningsEric Dumazet2011-01-281-2/+3
* drivers/net: return operator cleanupEric Dumazet2010-09-271-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-041-1/+3
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-4/+1Star
* net: use net_eq to compare netsOctavian Purdila2009-11-261-2/+2
* NET: Fix possible corruption in bpqether driverRalf Baechle2009-09-031-16/+10Star
* 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-061-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-181-0/+2
* drivers/net/hamradio: fix warning: format not a string literal and no ...Hannes Eder2009-02-181-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/+5Star
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* net: convert print_mac to %pMJohannes Berg2008-10-281-4/+3Star
* 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-181-2/+4
* netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller2008-07-091-1/+11
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-2/+2
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-2/+1Star
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-111-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-16/+7Star
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-111-0/+3
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-111-0/+3
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-2/+3
* bpqether: fix rcu usagePaul E. McKenney2007-08-011-3/+3