summaryrefslogtreecommitdiffstats
path: root/net/decnet
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-031-1/+1
|\
| * netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-311-1/+1
* | neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet2017-08-291-1/+1
* | rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-093-7/+7
|/
* net, decnet: convert dn_fib_info.fib_clntref from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
* net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-1/+1
|\
| * decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang2017-06-161-10/+4
* | net: remove DST_NOGC flagWei Wang2017-06-171-4/+2
* | decnet: take dst->__refcnt when struct dn_route is createdWei Wang2017-06-171-17/+19
* | decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang2017-06-161-10/+4
* | networking: add and use skb_put_u8()Johannes Berg2017-06-161-6/+6
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-2/+2
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-10/+10
* | networking: introduce and use skb_put_data()Johannes Berg2017-06-161-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+3
|\ \ | |/
| * decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skbMateusz Jurczyk2017-06-081-1/+3
| * Revert "decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_...David S. Miller2017-06-081-3/+1
| * decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skbMateusz Jurczyk2017-06-081-1/+3
* | tcp: add TCPMemoryPressuresChrono counterEric Dumazet2017-06-081-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-091-6/+6
|\
| * DECnet: Use container_of() for embedded structKees Cook2017-05-091-6/+6
* | format-security: move static strings to constKees Cook2017-05-081-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-05-011-2/+2
|\
| * netfilter: decnet: only register hooks in init namespaceFlorian Westphal2017-04-261-2/+2
* | net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-173-10/+18
* | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-133-5/+7
* | netlink: extended ACK reportingJohannes Berg2017-04-131-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-151-2/+3
|\
| * net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-2/+3
* | decnet: Use TCP nagle macro instead of literal number in decnetGao Feng2017-03-071-6/+7
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-244-4/+4
* net: use designated initializersKees Cook2016-12-171-1/+1
* net: fix sleeping for sk_wait_event()WANG Cong2016-11-141-8/+8
* net: fix decnet rtnexthop parsingVegard Nossum2016-07-051-9/+12
* decnet: Do not build routes to devices without decnet private data.David S. Miller2016-04-101-1/+8
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-141-0/+3
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-4/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-10-172-5/+5
|\
| * dst: Pass net into dst->outputEric W. Biederman2015-10-081-3/+3
| * net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-081-2/+2
* | netfilter: turn NF_HOOK into an inline functionArnd Bergmann2015-10-161-2/+0
|/
* netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-181-1/+1
* netfilter: Pass net into okfnEric W. Biederman2015-09-173-8/+9
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-173-20/+23
* net: Merge dst_output and dst_output_skEric W. Biederman2015-09-171-2/+2
* net: ipv6: use common fib_default_rule_prefPhil Sutter2015-09-091-1/+0
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-4/+4
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-073-29/+37
OpenPOWER on IntegriCloud