summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | sctp: remove the typedef sctp_chunkhdr_tXin Long2017-07-011-1/+1
| * | | net: switchdev: add SET_SWITCHDEV_OPS helperSimon Horman2017-07-011-0/+4
| * | | net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+4
| * | | net: convert net.passive from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+2
| * | | net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
| * | | net: convert fib_rule.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+4
| * | | net: convert unix_address.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+2
| * | | net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-013-14/+16
| * | | net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+4
| * | | net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
| * | | net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
| * | | net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-013-6/+7
| * | | net: convert inet_peer.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-5/+2
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-06-304-12/+34
| |\ \ \ \
| | * | | | netfilter: conntrack: use NFPROTO_MAX to size arrayFlorian Westphal2017-06-191-2/+2
| | * | | | netns: add and use net_ns_barrierFlorian Westphal2017-06-191-0/+3
| | * | | | netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso2017-05-291-1/+2
| | * | | | netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso2017-05-291-6/+20
| | * | | | netfilter: conntrack: add nf_ct_iterate_destroyFlorian Westphal2017-05-291-0/+4
| | * | | | netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal2017-05-291-3/+3
| * | | | | udp: move scratch area helpers into the include filePaolo Abeni2017-06-271-0/+61
| * | | | | net: add netlink_ext_ack argument to rtnl_link_ops.slave_validateMatthias Schiffer2017-06-261-1/+2
| * | | | | net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer2017-06-261-1/+2
| * | | | | net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+2
| * | | | | net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-261-1/+2
| * | | | | net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
| * | | | | net: store port/representator id in metadata_dstJakub Kicinski2017-06-251-9/+32
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-231-4/+8
| |\ \ \ \ \
| | * | | | | xfrm: add UDP encapsulation port in migrate messageAntony Antony2017-06-071-2/+4
| | * | | | | xfrm: extend MIGRATE with UDP encapsulation portAntony Antony2017-06-071-2/+4
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-2/+2
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | sock: avoid dirtying incoming_cpu if not neededPaolo Abeni2017-06-211-1/+4
| * | | | | | sctp: handle errors when updating asocXin Long2017-06-201-2/+2
| * | | | | | vxlan: check valid combinations of address scopesMatthias Schiffer2017-06-201-0/+2
| * | | | | | vxlan: get rid of redundant vxlan_dev.flagsMatthias Schiffer2017-06-201-1/+0
| * | | | | | tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande2017-06-191-0/+1
| * | | | | | tcp: md5: add an address prefix for key lookupIvan Delalande2017-06-191-2/+4
| * | | | | | net: add debug atomic_inc_not_zero() in dst_hold()Wei Wang2017-06-171-1/+1
| * | | | | | net: reorder all the dst flagsWei Wang2017-06-171-5/+5
| * | | | | | net: remove DST_NOCACHE flagWei Wang2017-06-172-2/+1
| * | | | | | net: remove DST_NOGC flagWei Wang2017-06-171-5/+1
| * | | | | | net: remove dst gc related codeWei Wang2017-06-171-21/+0
| * | | | | | xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang2017-06-171-1/+0
| * | | | | | ipv6: get rid of icmp6 dst garbage collectorWei Wang2017-06-171-1/+0
| * | | | | | ipv4: call dst_hold_safe() properlyWei Wang2017-06-171-1/+3
| * | | | | | net: introduce a new function dst_dev_put()Wei Wang2017-06-171-0/+1
| * | | | | | net: introduce DST_NOGC in dst_release() to destroy dst based on refcntWei Wang2017-06-171-1/+4
| * | | | | | tls: kernel TLS supportDave Watson2017-06-151-0/+237
| * | | | | | tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson2017-06-151-0/+2