- d6b3daf net: atm: use address setting helpers by Jakub Kicinski · 3 years, 2 months ago
- 562ef98 ethernet: replace netdev->dev_addr assignment loops by Jakub Kicinski · 3 years, 3 months ago
- 2f71e00 net: atm: fix update of position index in lec_seq_next by Colin Ian King · 4 years, 2 months ago
- 563f63e net: atm: delete duplicated words by Randy Dunlap · 4 years, 3 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- bf97bac net: atm: Remove the error message according to the atomic context by Liao Pingfang · 4 years, 7 months ago
- 8d9f73c atm: fix a memory leak of vcc->user_back by Cong Wang · 4 years, 8 months ago
- 79ac522 net: atm: use %*ph to print small buffer by Andy Shevchenko · 5 years ago
- 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- fdd1a81 net: atm: clean up a range check by Dan Carpenter · 6 years ago
- 899537b net: atm: Fix potential Spectre v1 vulnerabilities by Gustavo A. R. Silva · 6 years ago
- 9bbe60a atm: Preserve value of skb->truesize when accounting to vcc by David Woodhouse · 7 years ago
- 44414d8 proc: introduce proc_create_seq_private by Christoph Hellwig · 7 years ago
- acf784b net: atm: Fix potential Spectre v1 by Gustavo A. R. Silva · 7 years ago
- d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
- 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
- 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 7 years ago
- ba42179 net: atm: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- 800bb47 net: atm: make atmdev_ops const by Bhumika Goyal · 7 years ago
- 7889366 net, atm: convert lec_arp_table.usage from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 9dd0f89 net: atm: Fix warnings in net/atm/lec.c when !CONFIG_PROC_FS by Augusto Mecking Caringi · 8 years ago
- 99a5e17 ATM: use designated initializers by Kees Cook · 8 years ago
- 8b6b413 net: use core MTU range checking in WAN drivers by Jarod Wilson · 8 years ago
- 9a81c34 lec: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
- 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
- 19ffa56 atm: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
- 6df378d lec: Use rtnl lock/unlock when updating MTU by chas williams - CONTRACTOR · 10 years ago
- 8356f9d lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70a by chas williams - CONTRACTOR · 10 years ago
- 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 11 years ago
- 9be68c1 net: Fix some fallout from the etner_addr_copy() changes. by David S. Miller · 11 years ago
- 116e853 atm: Use ether_addr_copy by Joe Perches · 11 years ago
- b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
- e319269 net: Remove casts to same type by Joe Perches · 13 years ago
- 5d0ba55 net: use consume_skb() in place of kfree_skb() by Eric Dumazet · 13 years ago
- 60eea6c atm: remove the coupling to token ring support by Paul Gortmaker · 13 years ago
- 150238e atm: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 13 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 · 14 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 · 15 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 · 16 years ago
- 81fbbf6 net: fix network drivers ndo_start_xmit() return values (part 7) by Patrick McHardy · 16 years ago
- da67829 bridge: Simplify interface for ATM LANE by Michał Mirosław · 16 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 · 17 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 · 19 years ago