index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
atm
/
mpc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-10
atm: Convert compare_ether_addr to ether_addr_equal
Joe Perches
1
-2
/
+1
2011-06-17
net: Remove casts of void *
Joe Perches
1
-1
/
+1
2011-05-26
atm: Drop __TIME__ usage
Michal Marek
1
-1
/
+1
2010-12-20
net: kill unused macros
Shan Wei
1
-2
/
+0
2010-10-11
ATM: mpc, fix use after free
Jiri Slaby
1
-1
/
+1
2010-05-18
net: Remove unnecessary returns from void function()s
Joe Perches
1
-32
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-01-27
net/atm: Cleanup dprint/ddprintk #defines and uses
Joe Perches
1
-75
/
+78
2010-01-27
net/atm/mpc.c: checkpatch cleanups
Joe Perches
1
-193
/
+252
2010-01-27
net/atm: Convert printk to pr_<level>
Joe Perches
1
-1
/
+3
2009-09-01
convert ATM drivers to netdev_tx_t
Stephen Hemminger
1
-2
/
+4
2009-07-06
net: convert remaining non-symbolic return values in ndo_start_xmit() functions
Patrick McHardy
1
-1
/
+1
2009-03-22
atm: convert mpc device to using netdev_ops
Stephen Hemminger
1
-18
/
+14
2008-12-08
netdevice: Kill netdev->priv
Wang Chen
1
-2
/
+2
2008-11-13
netdevice: safe convert to netdev_priv() #part-4
Wang Chen
1
-5
/
+5
2008-10-31
net: replace NIPQUAD() in net/*/
Harvey Harrison
1
-12
/
+14
2008-07-31
atm: fix const assignment/discard warnings in the ATM networking driver
David Howells
1
-9
/
+13
2008-07-20
netns: Use net_eq() to compare net-namespaces for optimization.
YOSHIFUJI Hideaki
1
-1
/
+1
2008-03-25
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-1
/
+1
2008-01-09
[ATM]: Check IP header validity in mpc_send_packet
Herbert Xu
1
-0
/
+7
2007-10-11
[NET]: Make the device list and device lookups per namespace.
Eric W. Biederman
1
-1
/
+1
2007-10-11
[NET]: Make device event notification network namespace safe
Eric W. Biederman
1
-0
/
+4
2007-04-26
[NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net
Milind Arun Choudhary
1
-1
/
+1
2007-04-26
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-4
/
+7
2007-04-26
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[SK_BUFF]: Introduce skb_reset_network_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-02-11
[NET] ATM: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-65
/
+65
2006-12-03
[ATM]: Use kmemdup & kzalloc where applicable
Arnaldo Carvalho de Melo
1
-2
/
+1
2006-12-03
[ATM]: Annotations.
Al Viro
1
-13
/
+13
2006-09-29
[ATM]: use NIPQUAD instead of open-coding it
Al Viro
1
-9
/
+4
2006-09-23
[ATM]: proper prototypes in net/atm/mpc.h (and reduce ifdef clutter)
Adrian Bunk
1
-11
/
+0
2006-07-22
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
Panagiotis Issaris
1
-2
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-26
[ATM]: atm/mpc.c warning fix
Andrew Morton
1
-2
/
+1
2006-06-20
[ATM]: fix broken uses of NIPQUAD in net/atm
Al Viro
1
-10
/
+3
2006-01-12
[PATCH] capable/capability.h (net/)
Randy Dunlap
1
-0
/
+1
2006-01-10
[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()
Kris Katterjohn
1
-1
/
+1
2005-09-10
[PATCH] timer initialization cleanup: DEFINE_TIMER
Ingo Molnar
1
-1
/
+1
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+1514