summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: fail early when creating netdev named all or defaultWANG Cong2014-07-291-28/+54
* inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov2014-07-272-4/+20
* inet: frag: use seqlock for hash rebuildFlorian Westphal2014-07-272-2/+1
* inet: frag: remove periodic secret rebuild timerFlorian Westphal2014-07-272-3/+3
* inet: frag: remove lru listFlorian Westphal2014-07-272-2/+0
* inet: frag: don't account number of fragment queuesFlorian Westphal2014-07-271-2/+2
* inet: frag: move eviction of queues to work queueFlorian Westphal2014-07-271-1/+3
* inet: frag: move evictor calls into frag_find functionFlorian Westphal2014-07-272-10/+0
* inet: frag: remove hash size assumptions from callersFlorian Westphal2014-07-272-11/+4
* inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal2014-07-272-8/+8
* ipv6: remove obsolete comment in ip6_append_data()Li RongQing2014-07-241-1/+0
* neigh: remove exceptional & on function nameHimangi Saraogi2014-07-241-1/+1
* sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru2014-07-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-221-1/+1
|\
| * net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu2014-07-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-204-0/+429
|\ \
| * | netfilter: use IS_ENABLED() macroDuan Jiong2014-06-301-0/+4
| * | netfilter: fix several Kconfig problems in NF_LOG_*Pablo Neira Ayuso2014-06-281-5/+5
| * | netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso2014-06-271-7/+7
| * | netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso2014-06-273-0/+425
* | | udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held2014-07-161-10/+20
* | | udp: Simplify __udp*_lib_mcast_deliver.David Held2014-07-161-53/+35
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-162-3/+16
|\ \ \ | | |/ | |/|
| * | ipv6: Fix MLD Query message checkHangbin Liu2014-06-271-2/+11
| * | udp: Add MIB counters for rcvbuferrorsJames M Leddy2014-06-271-1/+5
* | | net-timestamp: SOCK_RAW and PING timestampingWillem de Bruijn2014-07-151-9/+4
* | | ipv6: remove unnecessary break after returnFabian Frederick2014-07-151-1/+0
* | | netfilter: remove unnecessary break after returnFabian Frederick2014-07-151-1/+0
* | | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-155-8/+13
* | | ipv6: Use BUG_ONHimangi Saraogi2014-07-111-2/+2
* | | net: ipv6: Use BUG_ONHimangi Saraogi2014-07-111-4/+2
* | | ipv6: addrconf: implement address generation modesJiri Pirko2014-07-111-18/+38
* | | ipv6: fix the check when handle RALi RongQing2014-07-101-6/+6
* | | ipv6: Implement automatic flow label generation on transmitTom Herbert2014-07-076-5/+29
* | | net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert2014-07-072-0/+5
* | | tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell2014-07-071-2/+0
* | | inet: move ipv6only in sock_commonEric Dumazet2014-07-013-7/+6
* | | ipv6: Allow accepting RA from local IP addresses.Ben Greear2014-07-012-8/+23
* | | ipv6: Add more debugging around accept-ra logic.Ben Greear2014-07-011-8/+43
* | | tcp: add tcp_conn_requestOctavian Purdila2014-06-271-118/+2
* | | tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila2014-06-271-1/+2
* | | tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila2014-06-271-1/+3
* | | tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila2014-06-271-14/+1
* | | tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila2014-06-271-6/+8
* | | tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila2014-06-271-1/+2
* | | tcp: move around a few calls in tcp_v6_conn_requestOctavian Purdila2014-06-271-11/+7
* | | tcp: add route_req method to tcp_request_sock_opsOctavian Purdila2014-06-271-6/+20
* | | tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila2014-06-271-1/+4
* | | tcp: add init_req method to tcp_request_sock_opsOctavian Purdila2014-06-271-23/+32
* | | net: remove inet6_reqsk_allocOctavian Purdila2014-06-272-2/+2
OpenPOWER on IntegriCloud