summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | ipv6: Check RTF_LOCAL on rt->rt6i_flags instead of rt->dst.flagsMartin KaFai Lau2015-05-031-1/+1
* | net: sched: remove TC_MUNGED bitsFlorian Westphal2015-05-022-9/+1
* | ipv4: remove the unnecessary codes in fib_info_hash_moveLi RongQing2015-05-021-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-0211-35/+30
|\ \
| * | ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-05-011-0/+1
| * | net: dsa: Fix scope of eeprom-length propertyGuenter Roeck2015-04-291-1/+1
| * | tipc: fix problem with parallel link synchronization mechanismJon Paul Maloy2015-04-291-5/+2
| * | tipc: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-292-12/+13
| * | bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-293-8/+10
| * | bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-291-1/+1
| * | net: sched: act_connmark: don't zap skb->nfctFlorian Westphal2015-04-291-2/+0
| * | route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu2015-04-291-4/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-04-271-2/+1
| |\ \
| | * | netfilter: nf_tables: fix wrong length for jump/goto verdictsFlorian Westphal2015-04-241-2/+1
* | | | ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau2015-05-012-49/+1
* | | | ipv6: Stop rt6_info from using inet_peer's metricsMartin KaFai Lau2015-05-011-43/+59
* | | | ipv6: Stop /128 route from disappearing after pmtu updateMartin KaFai Lau2015-05-011-2/+2
* | | | ipv6: Extend the route lookups to low priority metrics.Steffen Klassert2015-05-011-5/+23
* | | | ipv6: Consider RTF_CACHE when searching the fib6 treeMartin KaFai Lau2015-05-012-0/+8
* | | | ipv4: speedup ip_idents_reserve()Eric Dumazet2015-05-011-9/+11
* | | | tcp_westwood: fix tcp_westwood_info()Eric Dumazet2015-04-301-7/+8
* | | | tcp: update reordering first before detecting lossYuchung Cheng2015-04-291-4/+2
* | | | tcp: add TCP_CC_INFO socket optionEric Dumazet2015-04-291-0/+21
* | | | tcp: prepare CC get_info() access from getsockopt()Eric Dumazet2015-04-295-33/+38
* | | | tcp: add tcpi_bytes_received to tcp_infoEric Dumazet2015-04-293-4/+15
* | | | tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet2015-04-292-3/+16
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-2720-105/+290
|\ \ \
| * | | netfilter; Add some missing default cases to switch statements in nft_reject.David S. Miller2015-04-272-0/+4
| * | | net: rfs: fix crash in get_rps_cpus()Eric Dumazet2015-04-261-6/+6
| * | | net: fix crash in build_skb()Eric Dumazet2015-04-252-13/+24
| |/ /
| * | inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet2015-04-247-9/+47
| * | tcp: avoid looping in tcp_send_fin()Eric Dumazet2015-04-241-21/+29
| * | net: unix: garbage: fixed several comment and whitespace style issuesJason Eastman2015-04-231-42/+28
| * | tipc: fix node refcount issueErik Hugne2015-04-231-1/+0
| * | tipc: fix random link reset problemErik Hugne2015-04-231-1/+2
| * | tipc: fix topology server broken issueYing Xue2015-04-231-6/+3
| * | net: do not deplete pfmemalloc reserveEric Dumazet2015-04-221-2/+7
| * | ip6_gre: use netdev_alloc_pcpu_stats()Johannes Berg2015-04-221-8/+1
| * | mpls: Prevent use of implicit NULL label as outgoing labelRobert Shearman2015-04-221-0/+9
| * | mpls: Per-device enabling of packet inputRobert Shearman2015-04-222-2/+69
| * | mpls: Per-device MPLS stateRobert Shearman2015-04-222-2/+51
| * | tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet2015-04-221-1/+19
* | | Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-04-2610-732/+889
|\ \ \
| * \ \ Merge tag 'nfs-rdma-for-4.1-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-04-2360-914/+1294
| |\ \ \
| | * | | xprtrdma: Make rpcrdma_{un}map_one() into inline functionsChuck Lever2015-03-315-46/+73
| | * | | xprtrdma: Handle non-SEND completions via a calloutChuck Lever2015-03-313-10/+28
| | * | | xprtrdma: Add "open" memreg opChuck Lever2015-03-315-46/+70
| | * | | xprtrdma: Add "destroy MRs" memreg opChuck Lever2015-03-315-51/+40
| | * | | xprtrdma: Add "reset MRs" memreg opChuck Lever2015-03-315-101/+83
| | * | | xprtrdma: Add "init MRs" memreg opChuck Lever2015-03-315-101/+119