aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang2017-07-051-10/+4
* decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skbMateusz Jurczyk2017-07-051-1/+3
* decnet: Do not build routes to devices without decnet private data.David S. Miller2016-05-181-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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-061-0/+2
|\
| * net: move fib_rules_unregister() under rtnl lockWANG Cong2015-04-021-0/+2
* | netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-041-3/+1
* | net: Remove protocol from struct dst_opsEric W. Biederman2015-03-091-1/+0
* | DECnet: Only use neigh_ops for adding the link layer headerEric W. Biederman2015-03-062-60/+54
* | neigh: Factor out ___neigh_lookup_norefEric W. Biederman2015-03-031-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-031-1/+1
|\|
| * decnet: Fix obvious o/0 typoRasmus Villemoes2015-02-231-1/+1
* | neigh: Don't require dst in neigh_hh_initEric W. Biederman2015-03-021-0/+1
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3
|/
* netlink: Fix bugs in nlmsg_end() conversions.David S. Miller2015-01-181-4/+1
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-183-3/+6
* net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann2015-01-052-2/+5
* new helper: memcpy_to_msg()Al Viro2014-11-241-1/+1
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* neigh: remove dynamic neigh table registration supportWANG Cong2014-11-111-2/+2
* af_decnet: Use time_after_eqHimangi Saraogi2014-08-221-1/+2
* decnet: Use time_after_eqHimangi Saraogi2014-08-221-1/+2
* dn_dev: Use time_beforeHimangi Saraogi2014-08-221-1/+2
* net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-231-1/+1
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-243-5/+5
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-2/+14
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-3/+1
* net: Move prototype declaration to header file include/net/dn.h from net/decn...Rashika Kheria2014-02-091-3/+0
* net: Move prototype declaration to appropriate header file from decnet/af_dec...Rashika Kheria2014-02-091-2/+0
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-191-1/+2
* decnet: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue2014-01-141-8/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-12-191-2/+0
|\
| * net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-061-2/+0
* | dn_dev: add support for IFA_FLAGS nl attributeJiri Pirko2013-12-101-4/+9
* | neigh: convert parms to an arrayJiri Pirko2013-12-091-13/+15
|/
* netfilter: pass hook ops to hookfnPatrick McHardy2013-10-141-1/+1
* net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-132-6/+6
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-2/+2