aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/appletalk/ipddp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern1-1/+5
2018-09-13net/appletalk: fix minor pointer leak to userspace in SIOCFINDIPDDPRTWilly Tarreau1-2/+6
2017-07-25drivers/net: Fix ptr_ret.cocci warnings.Tonghao Zhang1-3/+1
2017-01-09net/appletalk: Fix kernel memory disclosureVlad Tsyrklevich1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet1-5/+5
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-6/+6
2009-09-11Subject: [PATCH] appletalk: Fix skb leak when ipddp interface is not loadedArnaldo Carvalho de Melo1-2/+1
2009-09-01appletalk: convert drivers to netdev_tx_tStephen Hemminger1-2/+3
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-06-03net: skb->rtable accessorEric Dumazet1-1/+1
2009-05-27appletalk: Add proper locking around IPDDP routing table.David S. Miller1-8/+32
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet1-0/+1
2009-01-07appletalk: convert ipddp to net_device_opsStephen Hemminger1-14/+11
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen1-3/+3
2007-10-10drivers/net/appletalk: endiannessAl Viro1-1/+1
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-09-28[ATALK]: endianness annotationsAl Viro1-4/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+317