aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipx (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+3
2014-11-24switch ipxrtr_route_packet() from iovec to msghdrAl Viro2-4/+3
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2014-11-20ipx: fix locking regression in ipx_sendmsg and ipx_recvmsgJiri Bohac1-1/+5
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-2/+1
2014-10-30ipx: remove all unnecessary castings on ntohlFabian Frederick1-7/+7
2014-10-27ipx: remove __inline__ in c file on staticFabian Frederick1-1/+1
2014-10-27ipx: remove unnecessary casting on ntohlFabian Frederick1-2/+2
2014-10-27ipx: move extern sysctl_ipx_pprop_broadcasting to header fileFabian Frederick1-3/+1
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2-2/+3
2014-02-12ipx: implement shutdown()Sabrina Dubroca1-2/+26
2014-02-09net: Move prototype declaration to header file include/net/net_namespace.h from net/ipx/af_ipx.cRashika Kheria1-8/+1
2014-02-09net: Move prototype declaration to header file include/net/datalink.h from net/ipx/af_ipx.cRashika Kheria1-3/+1
2014-02-09net: Move prototype declaration to header file include/net/ipx.h from net/ipx/af_ipx.cRashika Kheria1-9/+0
2014-02-09net: Move prototype declaration to include/net/ipx.h from net/ipx/ipx_route.cRashika Kheria1-4/+0
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+2
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+1
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco1-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-13/+8
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-1/+2
2012-07-19ipx: move peII functionsstephen hemminger2-1/+36
2012-05-19ipx: Remove spurious NULL checking in ipx_ioctl().David S. Miller1-3/+1
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker1-9/+1
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-7/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-2/+3
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-03-21ipx: fix ipx_release()Eric Dumazet1-1/+1
2011-03-05ipx: remove the BKLArnd Bergmann2-33/+20
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-02-10net: ipx: use seq_list_foo() helpersLi Zefan1-78/+12
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-11/+50
2009-11-25net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-4/+3
2009-11-07net/ipx: push down BKL into a ipx_dgram_opsArnd Bergmann1-8/+46
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet2-3/+3
2009-03-21ipx: use constant for strings and desciptorStephen Hemminger1-6/+6
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger1-2/+2
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-2/+2
2008-11-03net: '&' reduxAlexey Dobriyan1-1/+1
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-2/+2
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2