summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25ipx: call ipxitf_put() in ioctl error pathDan Carpenter1-3/+2
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman59-108/+109
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue75-442/+302
2014-11-24switch ipxrtr_route_packet() from iovec to msghdrAl Viro3-5/+4
2014-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller239-944/+2042
2014-11-21ipx: 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. Miller43-57/+58
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 Frederick2-3/+4
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert13-27/+21
2014-02-13ipx: implement shutdown()Sabrina Dubroca1-2/+26
2014-02-10net: Move prototype declaration to header file include/net/net_namespace.h fr...Rashika Kheria2-8/+9
2014-02-10net: Move prototype declaration to header file include/net/datalink.h from ne...Rashika Kheria2-3/+3
2014-02-10net: Move prototype declaration to header file include/net/ipx.h from net/ipx...Rashika Kheria2-9/+8
2014-02-10net: Move prototype declaration to include/net/ipx.h from net/ipx/ipx_route.cRashika Kheria2-4/+3
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-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-19ipx: move peII functionsstephen hemminger3-5/+1
2012-05-19ipx: Remove spurious NULL checking in ipx_ioctl().David S. Miller1-3/+1
2012-05-16net: delete all instances of special processing for token ringPaul Gortmaker18-148/+14
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
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker129-0/+130
2011-03-22ipx: fix ipx_release()Eric Dumazet1-1/+1
2011-03-05ipx: remove the BKLArnd Bergmann2-33/+20
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann21-5/+36
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
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 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-07net/ipx: push down BKL into a ipx_dgram_opsArnd Bergmann1-8/+46
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
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller67-153/+149
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan173-93/+81
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet25-51/+58
2009-03-22ipx: use constant for strings and desciptorStephen Hemminger1-6/+6
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger21-29/+26
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison61-112/+111
2008-11-04net: '&' reduxAlexey Dobriyan38-509/+509
2008-07-20netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki38-58/+58
2008-03-25[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki87-228/+251
2008-02-28[IPX]: Use proc_create() to setup ->proc_fops firstWang Chen1-7/+4
[next]