aboutsummaryrefslogtreecommitdiff
path: root/net/decnet/af_decnet.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-08tcp: add TCPMemoryPressuresChrono counterGravatar Eric Dumazet 1-1/+1
2017-05-08format-security: move static strings to constGravatar Kees Cook 1-1/+2
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+3
2017-03-09net: Work around lockdep limitation in sockets that use socketsGravatar David Howells 1-2/+3
2017-03-07decnet: Use TCP nagle macro instead of literal number in decnetGravatar Gao Feng 1-6/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2016-11-14net: fix sleeping for sk_wait_event()Gravatar WANG Cong 1-8/+8
2015-12-14net: add validation for the socket syscall protocol argumentGravatar Hannes Frederic Sowa 1-0/+3
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAGravatar Eric Dumazet 1-4/+4
2015-05-11net: Pass kern from net_proto_family.create to sk_allocGravatar Eric W. Biederman 1-4/+4
2015-03-02net: Remove iocb argument from sendmsg and recvmsgGravatar Ying Xue 1-4/+3
2014-11-24new helper: memcpy_to_msg()Gravatar Al Viro 1-1/+1
2014-11-24new helper: memcpy_from_msg()Gravatar Al Viro 1-1/+1
2014-08-22af_decnet: Use time_after_eqGravatar Himangi Saraogi 1-1/+2
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Gravatar Tom Herbert 1-1/+1
2014-02-09net: Move prototype declaration to header file include/net/dn.h from net/decn...Gravatar Rashika Kheria 1-3/+0
2014-02-09net: Move prototype declaration to appropriate header file from decnet/af_dec...Gravatar Rashika Kheria 1-2/+0
2014-01-18net: add build-time checks for msg->msg_name sizeGravatar Steffen Hurrle 1-1/+2
2013-05-28net: pass info struct via netdevice notifierGravatar Jiri Pirko 1-2/+2
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-6/+3
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGravatar Gao feng 1-1/+1
2013-01-28decnet: use correct RCU API to deref sk_dst_cache fieldGravatar Cong Wang 1-2/+4
2012-08-31decnet: fix shutdown parameter checkingGravatar Xi Wang 1-2/+2
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-3/+3
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-07-01decnet: Reduce switch/case indentGravatar Joe Perches 1-349/+348
2011-03-12decnet: Convert to use flowidn where applicable.Gravatar David S. Miller 1-8/+8
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiGravatar David S. Miller 1-2/+2
2010-12-13net: Abstract default ADVMSS behind an accessor.Gravatar David S. Miller 1-2/+2
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+2
2010-11-28DECnet: don't leak uninitialized stack byteGravatar Dan Rosenberg 1-0/+2
2010-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+1
2010-11-10net: avoid limits overflowGravatar Eric Dumazet 1-1/+1
2010-11-08decnet: RCU conversion and get rid of dev_base_lockGravatar Eric Dumazet 1-1/+1
2010-04-20net: sk_sleep() helperGravatar Eric Dumazet 1-13/+13
2010-04-13net: sk_dst_cache RCUificationGravatar Eric Dumazet 1-3/+3
2009-11-25net: use net_eq to compare netsGravatar Octavian Purdila 1-1/+1
2009-11-05net: pass kern to net_proto_family create functionGravatar Eric Paris 1-1/+2
2009-11-04net: Introduce for_each_netdev_rcu() iteratorGravatar Eric Dumazet 1-3/+3
2009-10-20net: Fix for dst_negative_adviceGravatar Krishna Kumar 1-1/+1
2009-10-07net: mark net_proto_ops as constGravatar Stephen Hemminger 1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.Gravatar David S. Miller 1-3/+3
2009-06-26decnet: Use rcu_barrier() on module unload.Gravatar Jesper Dangaard Brouer 1-0/+2
2009-06-18net: correct off-by-one write allocations reportsGravatar Eric Dumazet 1-1/+1
2009-06-03net: skb->dst accessorsGravatar Eric Dumazet 1-2/+4
2009-05-28decnet: Use SKB queue and list helpers instead of doing it by-hand.Gravatar David S. Miller 1-14/+5
2009-03-10net: convert usage of packet_type to read_mostlyGravatar Stephen Hemminger 1-2/+1
2009-02-26decnet: fix sparse warnings: symbol shadows an earlier oneGravatar Hannes Eder 1-8/+9
2009-02-26decnet: remove some pointless conditionals before kfree_skb()Gravatar Wei Yongjun 1-2/+1