aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-03etherdev: Avoid unnecessary byte swap in check for EthertypeAlexander Duyck1-1/+1
2015-05-03ipv6: Flow label state rangesTom Herbert3-0/+13
2015-05-03ipv6: Check RTF_LOCAL on rt->rt6i_flags instead of rt->dst.flagsMartin KaFai Lau1-1/+1
2015-05-02net: sched: remove TC_MUNGED bitsFlorian Westphal2-9/+1
2015-05-02ipv4: remove the unnecessary codes in fib_info_hash_moveLi RongQing1-4/+0
2015-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-35/+30
2015-05-01ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-05-01ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau2-49/+1
2015-05-01ipv6: Stop rt6_info from using inet_peer's metricsMartin KaFai Lau1-43/+59
2015-05-01ipv6: Stop /128 route from disappearing after pmtu updateMartin KaFai Lau1-2/+2
2015-05-01ipv6: Extend the route lookups to low priority metrics.Steffen Klassert1-5/+23
2015-05-01ipv6: Consider RTF_CACHE when searching the fib6 treeMartin KaFai Lau2-0/+8
2015-05-01ipv4: speedup ip_idents_reserve()Eric Dumazet1-9/+11
2015-04-30tcp_westwood: fix tcp_westwood_info()Eric Dumazet1-7/+8
2015-04-29tcp: update reordering first before detecting lossYuchung Cheng1-4/+2
2015-04-29tcp: add TCP_CC_INFO socket optionEric Dumazet1-0/+21
2015-04-29tcp: prepare CC get_info() access from getsockopt()Eric Dumazet5-33/+38
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet3-4/+15
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet2-3/+16
2015-04-29net: dsa: Fix scope of eeprom-length propertyGuenter Roeck1-1/+1
2015-04-29tipc: fix problem with parallel link synchronization mechanismJon Paul Maloy1-5/+2
2015-04-29tipc: remove wrong use of NLM_F_MULTINicolas Dichtel2-12/+13
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel3-8/+10
2015-04-29bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel1-1/+1
2015-04-29net: sched: act_connmark: don't zap skb->nfctFlorian Westphal1-2/+0
2015-04-29route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu1-4/+1
2015-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+1
2015-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-105/+290
2015-04-27netfilter; Add some missing default cases to switch statements in nft_reject.David S. Miller2-0/+4
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds10-732/+889
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-24/+24
2015-04-26net: rfs: fix crash in get_rps_cpus()Eric Dumazet1-6/+6
2015-04-25net: fix crash in build_skb()Eric Dumazet2-13/+24
2015-04-24netfilter: nf_tables: fix wrong length for jump/goto verdictsFlorian Westphal1-2/+1
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet7-9/+47
2015-04-24tcp: avoid looping in tcp_send_fin()Eric Dumazet1-21/+29
2015-04-23Merge tag 'nfs-rdma-for-4.1-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust60-914/+1294
2015-04-23Merge branch 'bugfixes'Trond Myklebust1-10/+12
2015-04-23sunrpc: make debugfs file creation failure non-fatalJeff Layton4-38/+32
2015-04-23net: unix: garbage: fixed several comment and whitespace style issuesJason Eastman1-42/+28
2015-04-23tipc: fix node refcount issueErik Hugne1-1/+0
2015-04-23tipc: fix random link reset problemErik Hugne1-1/+2
2015-04-23tipc: fix topology server broken issueYing Xue1-6/+3
2015-04-22net: do not deplete pfmemalloc reserveEric Dumazet1-2/+7
2015-04-22ip6_gre: use netdev_alloc_pcpu_stats()Johannes Berg1-8/+1
2015-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds7-17/+392
2015-04-22mpls: Prevent use of implicit NULL label as outgoing labelRobert Shearman1-0/+9
2015-04-22mpls: Per-device enabling of packet inputRobert Shearman2-2/+69
2015-04-22mpls: Per-device MPLS stateRobert Shearman2-2/+51
2015-04-22tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet1-1/+19