aboutsummaryrefslogtreecommitdiff
path: root/net/decnet
AgeCommit message (Expand)AuthorFilesLines
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 1-1/+1
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultGravatar Eric Dumazet 1-1/+1
2017-08-09rtnetlink: make rtnl_register accept a flags parameterGravatar Florian Westphal 3-7/+7
2017-07-31netfilter: nf_hook_ops structs can be constGravatar Florian Westphal 1-1/+1
2017-07-04net, decnet: convert dn_fib_info.fib_clntref from atomic_t to refcount_tGravatar Reshetova, Elena 1-3/+3
2017-07-01net: convert neighbour.refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+1
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2017-06-17net: remove DST_NOGC flagGravatar Wei Wang 1-4/+2
2017-06-17decnet: take dst->__refcnt when struct dn_route is createdGravatar Wei Wang 1-17/+19
2017-06-16decnet: always not take dst->__refcnt when inserting dst into hash tableGravatar Wei Wang 1-10/+4
2017-06-16decnet: always not take dst->__refcnt when inserting dst into hash tableGravatar Wei Wang 1-10/+4
2017-06-16networking: add and use skb_put_u8()Gravatar Johannes Berg 1-6/+6
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 1-2/+2
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 2-10/+10
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-5/+5
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+3
2017-06-08tcp: add TCPMemoryPressuresChrono counterGravatar Eric Dumazet 1-1/+1
2017-06-08decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skbGravatar Mateusz Jurczyk 1-1/+3
2017-06-08Revert "decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_...Gravatar David S. Miller 1-3/+1
2017-06-08decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skbGravatar Mateusz Jurczyk 1-1/+3
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-6/+6
2017-05-09DECnet: Use container_of() for embedded structGravatar Kees Cook 1-6/+6
2017-05-08format-security: move static strings to constGravatar Kees Cook 1-1/+2
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 1-2/+2
2017-04-26netfilter: decnet: only register hooks in init namespaceGravatar Florian Westphal 1-2/+2
2017-04-17net: rtnetlink: plumb extended ack to doit functionGravatar David Ahern 3-10/+18
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 3-5/+7
2017-04-13netlink: extended ACK reportingGravatar Johannes Berg 1-1/+1
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-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 4-4/+4
2016-12-17net: use designated initializersGravatar Kees Cook 1-1/+1
2016-11-14net: fix sleeping for sk_wait_event()Gravatar WANG Cong 1-8/+8
2016-07-05net: fix decnet rtnexthop parsingGravatar Vegard Nossum 1-9/+12
2016-04-10decnet: Do not build routes to devices without decnet private data.Gravatar David S. Miller 1-1/+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-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Gravatar Pablo Neira Ayuso 2-5/+5
2015-10-16netfilter: turn NF_HOOK into an inline functionGravatar Arnd Bergmann 1-2/+0
2015-10-08dst: Pass net into dst->outputGravatar Eric W. Biederman 1-3/+3
2015-10-08net: Pass net into dst_output and remove dst_output_okfnGravatar Eric W. Biederman 1-2/+2
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksGravatar Eric W. Biederman 1-1/+1
2015-09-17netfilter: Pass net into okfnGravatar Eric W. Biederman 3-8/+9
2015-09-17netfilter: Pass struct net into the netfilter hooksGravatar Eric W. Biederman 3-20/+23
2015-09-17net: Merge dst_output and dst_output_skGravatar Eric W. Biederman 1-2/+2
2015-09-09net: ipv6: use common fib_default_rule_prefGravatar Phil Sutter 1-1/+0
2015-05-11net: Pass kern from net_proto_family.create to sk_allocGravatar Eric W. Biederman 1-4/+4
2015-04-07netfilter: Pass socket pointer down through okfn().Gravatar David Miller 3-29/+37