summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-05-04net: Add skb_get_hash_perturbTom Herbert2-8/+32
2015-05-04net: ipv4: route: Fix sending IGMP messages with link addressAndrew Lunn1-1/+2
2015-05-03net: sched: run ingress qdisc without locksAlexei Starovoitov2-4/+3
2015-05-03Merge branch 'tcp_sack_rttm'David S. Miller1-43/+43
2015-05-03tcp: invoke pkts_acked hook on every ACKKenneth Klette Jonassen1-6/+3
2015-05-03tcp: improve RTT from SACK for CCKenneth Klette Jonassen1-18/+22
2015-05-03tcp: move struct tcp_sacktag_state to tcp_ack()Kenneth Klette Jonassen1-23/+22
2015-05-03Merge branch 'rhashtable-test'David S. Miller1-91/+123
2015-05-03rhashtable-test: Detect insertion failuresThomas Graf1-6/+20
2015-05-03rhashtable-test: Use walker to test bucket statisticsThomas Graf1-30/+30
2015-05-03rhashtable-test: Do not allocate individual test objectsThomas Graf1-22/+6
2015-05-03rhashtable-test: Get rid of ptr in test_obj structureThomas Graf1-6/+3
2015-05-03rhashtable-test: Measure time to insert, remove & traverse entriesThomas Graf1-31/+69
2015-05-03rhashtable-test: Remove unused TEST_NEXPANDSThomas Graf1-1/+0
2015-05-03Merge branch 'eth_type_trans'David S. Miller2-4/+27
2015-05-03etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdrAlexander Duyck1-1/+2
2015-05-03etherdev: Process is_multicast_ether_addr at same size as other operationsAlexander Duyck2-2/+24
2015-05-03etherdev: Avoid unnecessary byte swap in check for EthertypeAlexander Duyck1-1/+1
2015-05-03ipv6: Flow label state rangesTom Herbert6-2/+29
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 Westphal5-13/+4
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. Miller128-811/+1725
2015-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds42-159/+224
2015-05-01virtio: fix typo in vring_need_event() doc commentStefan Hajnoczi1-1/+1
2015-05-01virtio: pass baton to Michael TsirkinRusty Russell1-1/+0
2015-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-0/+5
2015-05-01ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-05-01net: rocker: Use ether_addr_equalSimon Horman1-2/+2
2015-05-01Merge branch 'rt6_pmtu'David S. Miller5-145/+94
2015-05-01ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau4-86/+1
2015-05-01ipv6: Stop rt6_info from using inet_peer's metricsMartin KaFai Lau2-52/+60
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-01rbd: end I/O the entire obj_request on errorIlya Dryomov1-0/+5
2015-05-01ipv4: speedup ip_idents_reserve()Eric Dumazet1-9/+11
2015-05-01Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-77/+118
2015-05-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-7/+28
2015-04-30drivers: net: xgene: fix kbuild warningsIyappan Subramanian2-1/+3
2015-04-30Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-16/+19
2015-04-30Merge tag 'sound-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds26-69/+126
2015-04-30net: fec: Fix RGMII-ID modeMarkus Pargmann1-1/+4
2015-04-30net/mlx4_en: Schedule napi when RX buffers allocation failsIdo Shamay3-2/+26
2015-04-30test_bpf: indicate whether bpf prog got jited in test suiteDaniel Borkmann1-1/+11
2015-04-30netxen_nic: use spin_[un]lock_bh around tx_clean_lockTony Camuso1-2/+2
2015-04-30be2net: log link statusIvan Vecera1-0/+2
2015-04-30ibmveth: Add support for Large Receive OffloadThomas Falcon2-1/+17
2015-04-30ibmveth: Add GRO supportThomas Falcon1-1/+1
2015-04-30ibmveth: Add support for TSOThomas Falcon2-1/+19