| Commit message (Expand) | Author | Age | Files | Lines |
* | atm: Preserve value of skb->truesize when accounting to vcc | David Woodhouse | 2018-06-17 | 1 | -2/+1 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-13 | 1 | -1/+1 |
* | atm: mpoa: remove 32-bit timekeeping | Tina Ruchandani | 2017-11-30 | 1 | -4/+5 |
* | net/atm/mpc: Avoid open-coded assignment of timer callback function | Kees Cook | 2017-11-22 | 1 | -2/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-11-15 | 1 | -5/+6 |
|\ |
|
| * | net: atm/mpc: Stop using open-coded timer .data field | Kees Cook | 2017-10-25 | 1 | -4/+6 |
| * | net: atm: Convert timers to use timer_setup() | Kees Cook | 2017-10-18 | 1 | -1/+0 |
* | | timer: Remove expires and data arguments from DEFINE_TIMER | Kees Cook | 2017-10-05 | 1 | -1/+1 |
|/ |
|
* | net: atm: make atmdev_ops const | Bhumika Goyal | 2017-08-10 | 1 | -1/+1 |
* | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -2/+2 |
* | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 2017-02-28 | 1 | -1/+1 |
* | net: atm: remove redundant null pointer check on dev->name | Colin Ian King | 2016-08-19 | 1 | -1/+1 |
* | net: Pass a "more" indication down into netdev_start_xmit() code paths. | David S. Miller | 2014-09-02 | 1 | -1/+1 |
* | net: Add ops->ndo_xmit_flush() | David S. Miller | 2014-08-25 | 1 | -1/+1 |
* | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller | 2014-04-11 | 1 | -3/+3 |
* | atm: replace del_timer by del_timer_sync | Julia Lawall | 2014-03-27 | 1 | -1/+1 |
* | atm: Use ether_addr_copy | Joe Perches | 2014-01-22 | 1 | -1/+1 |
* | net: pass info struct via netdevice notifier | Jiri Pirko | 2013-05-28 | 1 | -4/+2 |
* | atm: Convert compare_ether_addr to ether_addr_equal | Joe Perches | 2012-05-10 | 1 | -2/+1 |
* | net: Remove casts of void * | Joe Perches | 2011-06-17 | 1 | -1/+1 |
* | atm: Drop __TIME__ usage | Michal Marek | 2011-05-26 | 1 | -1/+1 |
* | net: kill unused macros | Shan Wei | 2010-12-20 | 1 | -2/+0 |
* | ATM: mpc, fix use after free | Jiri Slaby | 2010-10-11 | 1 | -1/+1 |
* | net: Remove unnecessary returns from void function()s | Joe Perches | 2010-05-18 | 1 | -32/+0 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | net/atm: Cleanup dprint/ddprintk #defines and uses | Joe Perches | 2010-01-27 | 1 | -75/+78 |
* | net/atm/mpc.c: checkpatch cleanups | Joe Perches | 2010-01-27 | 1 | -193/+252 |
* | net/atm: Convert printk to pr_<level> | Joe Perches | 2010-01-27 | 1 | -1/+3 |
* | convert ATM drivers to netdev_tx_t | Stephen Hemminger | 2009-09-01 | 1 | -2/+4 |
* | net: convert remaining non-symbolic return values in ndo_start_xmit() functions | Patrick McHardy | 2009-07-06 | 1 | -1/+1 |
* | atm: convert mpc device to using netdev_ops | Stephen Hemminger | 2009-03-22 | 1 | -18/+14 |
* | netdevice: Kill netdev->priv | Wang Chen | 2008-12-08 | 1 | -2/+2 |
* | netdevice: safe convert to netdev_priv() #part-4 | Wang Chen | 2008-11-13 | 1 | -5/+5 |
* | net: replace NIPQUAD() in net/*/ | Harvey Harrison | 2008-10-31 | 1 | -12/+14 |
* | atm: fix const assignment/discard warnings in the ATM networking driver | David Howells | 2008-07-31 | 1 | -9/+13 |
* | netns: Use net_eq() to compare net-namespaces for optimization. | YOSHIFUJI Hideaki | 2008-07-20 | 1 | -1/+1 |
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-25 | 1 | -1/+1 |
* | [ATM]: Check IP header validity in mpc_send_packet | Herbert Xu | 2008-01-09 | 1 | -0/+7 |
* | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman | 2007-10-11 | 1 | -1/+1 |
* | [NET]: Make device event notification network namespace safe | Eric W. Biederman | 2007-10-11 | 1 | -0/+4 |
* | [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net | Milind Arun Choudhary | 2007-04-26 | 1 | -1/+1 |
* | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -4/+7 |
* | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -1/+1 |
* | [SK_BUFF]: Introduce skb_reset_network_header(skb) | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -1/+1 |
* | [NET] ATM: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-11 | 1 | -65/+65 |
* | [ATM]: Use kmemdup & kzalloc where applicable | Arnaldo Carvalho de Melo | 2006-12-03 | 1 | -2/+1 |
* | [ATM]: Annotations. | Al Viro | 2006-12-03 | 1 | -13/+13 |
* | [ATM]: use NIPQUAD instead of open-coding it | Al Viro | 2006-09-29 | 1 | -9/+4 |
* | [ATM]: proper prototypes in net/atm/mpc.h (and reduce ifdef clutter) | Adrian Bunk | 2006-09-23 | 1 | -11/+0 |
* | [NET]: Conversions from kmalloc+memset to k(z|c)alloc. | Panagiotis Issaris | 2006-07-21 | 1 | -2/+1 |