summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-04-20appletalk: Fix use-after-free in atalk_proc_exitYueHaibing4-9/+37
2016-09-11appletalk: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-02-18appletalk: fix erroneous return valueAnton Protopopov1-1/+1
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman59-108/+109
2015-03-03appletalk: Use eth_<foo>_addr instead of memsetJoe Perches1-3/+3
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue75-442/+302
2014-11-24new helper: memcpy_from_msg()Al Viro36-57/+57
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller43-57/+58
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller561-3110/+5001
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen97-133/+185
2014-07-09appletalk: Fix socket referencing in skbAndrey Utkin1-3/+0
2014-07-08appletalk: fix a coccinella warning in net/appletalk/ddp.cwangweidong1-1/+1
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert13-27/+21
2014-02-14appletalk: fix checkpatch error with indentwangweidong1-45/+45
2014-02-14appletalk: fix checkpatch errors with foo* bar|foo * barwangweidong1-2/+2
2014-02-14appletalk: fix checkpatch errors with space required or prohibitedwangweidong2-5/+5
2014-01-22net: Fix some fallout from the etner_addr_copy() changes.David S. Miller2-1/+2
2014-01-22appletalk: Use ether_addr_copyJoe Perches1-6/+6
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle34-78/+68
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa35-115/+67
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco11-14/+14
2013-05-28net: pass info struct via netdevice notifierJiri Pirko80-127/+172
2013-04-25appletalk: info leak in ->getname()Dan Carpenter1-1/+1
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin218-1494/+987
2012-08-15userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman16-27/+36
2012-07-11net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings46-103/+163
2012-06-07appletalk: Remove out of date message in printkDave Jones1-3/+1
2012-04-21net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman36-171/+44
2012-04-21net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman31-58/+60
2012-04-05net: remove k{un}map_skb_frag()Eric Dumazet3-43/+24
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker129-0/+130
2011-10-19net: add skb frag size accessorsEric Dumazet87-357/+387
2011-07-01appletalk: Reduce switch/case indentJoe Perches2-259/+259
2011-04-01appletalk: Fix OOPS in atalk_release().David S. Miller1-5/+6
2011-03-22net/appletalk: fix atalk_release use after freeArnd Bergmann1-0/+3
2011-03-05appletalk: remove the BKLArnd Bergmann2-25/+16
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4645-6319/+13577
2010-04-03net: convert multicast list to list_headJiri Pirko208-1327/+1137
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2010-02-10net: appletalk: use seq_hlist_foo() helpersLi Zefan1-27/+3
2010-01-15appletalk:: da.s_net not copied but assigned to itself in aarp_rcv()Roel Kluin1-1/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1395-71110/+113875
2009-11-25net: use net_eq to compare netsOctavian Purdila46-72/+74
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman62-1130/+162
2009-11-09net/appletalk: using compat_ptr needs inclusion of linux/compat.hStephen Rothwell1-0/+1
2009-11-08appletalk/ddp.c: Neaten checksum functionJoe Perches1-7/+2
2009-11-07net/appletalk: push down BKL into a atalk_dgram_opsArnd Bergmann1-28/+77
2009-11-07appletalk: handle SIOCATALKDIFADDR compat ioctlArnd Bergmann2-6/+7
2009-11-06net: pass kern to net_proto_family create functionEric Paris37-43/+80
2009-10-07net: mark net_proto_ops as constStephen Hemminger35-37/+36
[next]