summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal2017-07-311-0/+5
* netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso2017-07-241-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-218-6/+24
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-212-2/+6
| |\
| | * sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko2017-07-151-0/+4
| | * netlink: correctly document nla_put_u64_64bit()Rolf Eike Beer2017-07-131-2/+2
| * | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-194-4/+4
| |\ \
| | * | randstruct: Mark various structs for randomizationKees Cook2017-06-304-4/+4
| * | | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-152-0/+14
| |\ \ \ | | |_|/ | |/| |
| | * | 9p: Implement show_optionsDavid Howells2017-07-112-0/+14
* | | | net: dsa: unexport dsa_is_port_initializedVivien Didelot2017-07-201-5/+0Star
* | | | tcp: adjust tail loss probe timeoutYuchung Cheng2017-07-201-2/+1Star
* | | | xfrm: add xdst pcpu cacheFlorian Westphal2017-07-181-0/+1
* | | | xfrm: remove flow cacheFlorian Westphal2017-07-184-78/+0Star
* | | | inetpeer: remove AVL implementation in favor of RB treeEric Dumazet2017-07-171-9/+2Star
* | | | net/unix: drop obsolete fd-recursion limitsDavid Herrmann2017-07-171-1/+0Star
* | | | sctp: remove the typedef sctp_hmac_algo_param_tXin Long2017-07-171-1/+1
* | | | sctp: remove the typedef sctp_chunks_param_tXin Long2017-07-171-1/+1
* | | | sctp: remove the typedef sctp_random_param_tXin Long2017-07-171-1/+1
* | | | ip6: fix PMTU discovery when using /127 subnetsVincent Bernat2017-07-171-1/+1
|/ / /
* | | socket: add documentation for missing elementsstephen hemminger2017-07-121-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-082-0/+9
|\ \ \
| * | | net/sock: add WARN_ON(parent->sk) in sock_graft()Sowmini Varadhan2017-07-081-0/+1
| * | | net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern2017-07-061-0/+8
* | | | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-07-061-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov2017-06-201-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-0565-363/+1034
|\ \ \ \
| * | | | net, ax25: convert ax25_cb.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
| * | | | net, ax25: convert ax25_route.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
| * | | | net, ax25: convert ax25_uid_assoc.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-4/+4
| * | | | net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
| * | | | net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
| * | | | net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
| * | | | net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
| * | | | net, sctp: convert sctp_auth_bytes.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-2/+3
| * | | | net, xfrm: convert sec_path.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
| * | | | net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
| * | | | net, xfrm: convert xfrm_state.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-4/+5
| * | | | net, x25: convert x25_neigh.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
| * | | | net, x25: convert x25_route.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+4
| * | | | net, netrom: convert nr_node.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
| * | | | net, netrom: convert nr_neigh.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+4
| * | | | net, ipx: convert ipx_route.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
| * | | | net, ipx: convert ipx_interface.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+4
| * | | | net, lapb: convert lapb_cb.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+2
| * | | | net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+2
| * | | | net, calipso: convert calipso_doi.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-2/+2
| * | | | net, decnet: convert dn_fib_info.fib_clntref from atomic_t to refcount_tReshetova, Elena2017-07-041-2/+3
| * | | | net, vxlan: convert vxlan_sock.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
| * | | | net, llc: convert llc_sap.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3