Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e3c418f1b26b59841bd074baa740a43afc15199b
/
net
/
atm
/
lec.c
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
e319269
net: Remove casts to same type
by Joe Perches
· 12 years ago
5d0ba55
net: use consume_skb() in place of kfree_skb()
by Eric Dumazet
· 12 years ago
60eea6c
atm: remove the coupling to token ring support
by Paul Gortmaker
· 12 years ago
150238e
atm: Convert compare_ether_addr to ether_addr_equal
by Joe Perches
· 12 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
b7c2f03
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
by Linus Torvalds
· 13 years ago
36a9f77
atm: Drop __TIME__ usage
by Michal Marek
· 14 years ago
9e5ebaf
atm: lec: Fix set-but-unused variables.
by David S. Miller
· 14 years ago
23d69b0
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
afe2c51
workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()
by Tejun Heo
· 14 years ago
37d6680
net/atm: Remove unnecessary casts of netdev_priv
by Joe Perches
· 14 years ago
b928409
atm: remove a net_device_stats clear
by Eric Dumazet
· 14 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
b4c84ec
net/atm/lec.c: Add __lec_arp_check_expire and other cleanups
by Joe Perches
· 15 years ago
c48192a
net/atm/lec.c: checkpatch cleanups
by Joe Perches
· 15 years ago
9982446
net/atm: Convert printk to pr_<level>
by Joe Perches
· 15 years ago
eb04458
atm: [lec] initialize .netdev_ops before calling register_netdev()
by chas williams - CONTRACTOR
· 15 years ago
3c805a2
convert ATM drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
36cbd3d
net: mark read-only arrays as const
by Jan Engelhardt
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
81fbbf6
net: fix network drivers ndo_start_xmit() return values (part 7)
by Patrick McHardy
· 15 years ago
da67829
bridge: Simplify interface for ATM LANE
by Michał Mirosław
· 15 years ago
1f1900f
atm: lec use dev_change_mtu
by Stephen Hemminger
· 16 years ago
004b322
lec: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
162619e
lec: convert to internal network_device_stats
by Stephen Hemminger
· 16 years ago
524ad0a
netdevice: safe convert to netdev_priv() #part-4
by Wang Chen
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
5e68722
net/atm/lec.c: drop code after return
by Julia Lawall
· 16 years ago
61c33e0
atm: use const where reasonable
by Mitchell Blank Jr
· 16 years ago
df39e8b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
2e1e984
[ATM]: Use SEQ_START_TOKEN
by Joe Perches
· 17 years ago
21f644f
[NET]: Undo code bloat in hot paths due to print_mac().
by David S. Miller
· 17 years ago
06802a8
Merge branch 'master' of ../net-2.6/
by David S. Miller
· 17 years ago
dbee0d3
[ATM]: When proc_create() fails, do some error handling work and return -ENOMEM.
by Wang Chen
· 17 years ago
9a8c09e
[ATM]: Use seq_open/release_privade instead of manual manipulations.
by Pavel Emelyanov
· 17 years ago
16e297b
[ATM]: Use proc_create() to setup ->proc_fops first
by Wang Chen
· 17 years ago
5c17d5f
[ATM]: Suppress some sparse warnings
by Eric Dumazet
· 17 years ago
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
58c14a8
[ATM] net/atm/lec.c: printk warning fix
by Andrew Morton
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
5224006
[ATM]: Replace DPRINTK() with pr_debug().
by Stephen Hemminger
· 17 years ago
6869a35
[ATM]: Clean up duplicate includes in net/atm/
by Jesper Juhl
· 17 years ago
56b3d97
[NET]: Make all initialized struct seq_operations const.
by Philippe De Muyter
· 17 years ago
4ef8d0a
[NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net
by Milind Arun Choudhary
· 18 years ago
27d7ff4
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
4305b54
[SK_BUFF]: Convert skb->end to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
4c13eb6
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
by Arnaldo Carvalho de Melo
· 18 years ago
c8fb794
[TR]: Make tr_type_trans set skb->dev
by Arnaldo Carvalho de Melo
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
9a32144
[PATCH] mark struct file_operations const 7
by Arjan van de Ven
· 18 years ago
f7d5745
[NET] ATM: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
2afe37c
[ATM]: Use kmemdup & kzalloc where applicable
by Arnaldo Carvalho de Melo
· 18 years ago
30d492d
[ATM]: Annotations.
by Al Viro
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
6656e3c
[ATM]: [lec] use refcnt to protect lec_arp_entries outside lock
by Chas Williams
· 18 years ago
33a9c2d
[ATM]: [lec] add reference counting to lec_arp entries
by Chas Williams
· 18 years ago
987e46b
[ATM]: [lec] use work queue instead of timer for lec arp expiry
by Chas Williams
· 18 years ago
d0732f6
[ATM]: [lec] convert lec_arp_table to hlist
by Chas Williams
· 18 years ago
1fa9961
[ATM]: [lec] indent, comment and whitespace cleanup [continued]
by Chas Williams
· 18 years ago
d44f774
[ATM]: [lec] indent, comment and whitespace cleanup
by Chas Williams
· 18 years ago
0da974f
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
by Panagiotis Issaris
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
4fc268d
[PATCH] capable/capability.h (net/)
by Randy Dunlap
· 19 years ago
8b3a700
[NET]: Remove more unneeded typecasts on *malloc()
by Kris Katterjohn
· 19 years ago
d3f4a68
[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()
by Kris Katterjohn
· 19 years ago
75b895c
[ATM]: [lec] reset retry counter when new arp issued
by Scott Talbert
· 19 years ago
4a7097f
[ATM]: [lec] attempt to support cisco failover
by Scott Talbert
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago