summaryrefslogtreecommitdiffstats
path: root/net/decnet
AgeCommit message (Expand)AuthorLines
2017-06-17decnet: take dst->__refcnt when struct dn_route is createdWei Wang-17/+19
2017-06-16decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang-10/+4
2017-06-16decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang-10/+4
2017-06-16networking: add and use skb_put_u8()Johannes Berg-6/+6
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-10/+10
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-5/+5
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet-1/+1
2017-06-08decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skbMateusz Jurczyk-1/+3
2017-06-08Revert "decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_...David S. Miller-3/+1
2017-06-08decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skbMateusz Jurczyk-1/+3
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-6/+6
2017-05-09DECnet: Use container_of() for embedded structKees Cook-6/+6
2017-05-08format-security: move static strings to constKees Cook-1/+2
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-2/+2
2017-04-26netfilter: decnet: only register hooks in init namespaceFlorian Westphal-2/+2
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern-10/+18
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg-5/+7
2017-04-13netlink: extended ACK reportingJohannes Berg-1/+1
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+3
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells-2/+3
2017-03-07decnet: Use TCP nagle macro instead of literal number in decnetGao Feng-6/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-4/+4
2016-12-17net: use designated initializersKees Cook-1/+1
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong-8/+8
2016-07-05net: fix decnet rtnexthop parsingVegard Nossum-9/+12
2016-04-10decnet: Do not build routes to devices without decnet private data.David S. Miller-1/+8
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa-0/+3
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet-4/+4
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso-5/+5
2015-10-16netfilter: turn NF_HOOK into an inline functionArnd Bergmann-2/+0
2015-10-08dst: Pass net into dst->outputEric W. Biederman-3/+3
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman-2/+2
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman-1/+1
2015-09-17netfilter: Pass net into okfnEric W. Biederman-8/+9
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman-20/+23
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman-2/+2
2015-09-09net: ipv6: use common fib_default_rule_prefPhil Sutter-1/+0
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman-4/+4
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller-29/+37
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+2
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller-3/+1
2015-04-02net: move fib_rules_unregister() under rtnl lockWANG Cong-0/+2
2015-03-09net: Remove protocol from struct dst_opsEric W. Biederman-1/+0
2015-03-06DECnet: Only use neigh_ops for adding the link layer headerEric W. Biederman-60/+54
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman-0/+6
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman-0/+1