summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'tcp-loss-probe'David S. Miller2015-08-131-18/+23
|\
| * tcp: TLP retransmits last if failed to send new packetYuchung Cheng2015-08-131-16/+22
| * tcp: don't extend RTO on failed loss probe attemptsYuchung Cheng2015-08-131-7/+6
|/
* Merge branch 'cpsw-errata-workaround'David S. Miller2015-08-133-8/+79
|\
| * ARM: dts: am33xx: update cpsw compatibleMugunthan V N2015-08-131-1/+1
| * ARM: dts: dra7: update cpsw compatibleMugunthan V N2015-08-131-1/+1
| * drivers: net: cpsw: add am335x errata workarround for interrutpsMugunthan V N2015-08-131-6/+77
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-13314-1831/+3071
|\
| * Merge tag 'dm-4.2-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-08-137-20/+54
| |\
| | * dm cache policy smq: move 'dm-cache-default' module alias to SMQYi Zhang2015-08-122-2/+2
| | * dm btree: add ref counting ops for the leaves of top level btreesJoe Thornber2015-08-124-16/+50
| | * dm thin metadata: delete btrees when releasing metadata snapshotJoe Thornber2015-08-121-2/+2
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-08-132-58/+74
| |\ \
| | * \ Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2015-07-272-58/+74
| | |\ \
| | | * | xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu2015-07-241-2/+2
| | | * | xen-blkfront: don't add indirect pages to list when !feature_persistentBob Liu2015-07-241-2/+4
| | | * | xen-blkfront: introduce blkfront_gather_backend_features()Bob Liu2015-07-241-54/+68
| * | | | Merge tag 'for-linus-4.2-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-08-136-60/+16
| |\ \ \ \
| | * | | | xen/xenbus: Don't leak memory when unmapping the ring on HVM backendJulien Grall2015-08-111-1/+3
| | * | | | Revert "xen/events/fifo: Handle linked events when closing a port"David Vrabel2015-08-113-53/+9
| | * | | | x86/xen: build "Xen PV" APIC driver for domU as wellJason A. Donenfeld2015-08-102-6/+4
| * | | | | Revert x86 sigcontext cleanupsLinus Torvalds2015-08-133-36/+17
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-08-1359-633/+590
| |\ \ \ \ \
| | * | | | | cosa: missing error code on failure in probe()Dan Carpenter2015-08-121-1/+2
| | * | | | | Merge branch 'gianfar-fixes'David S. Miller2015-08-121-341/+4
| | |\ \ \ \ \
| | | * | | | | gianfar: remove faulty filer optimizerJakub Kicinski2015-08-121-337/+0
| | | * | | | | gianfar: correct list membership accountingJakub Kicinski2015-08-121-1/+2
| | | * | | | | gianfar: correct filer table writingJakub Kicinski2015-08-121-3/+2
| | |/ / / / /
| | * | | | | bonding: Gratuitous ARP gets dropped when first slave addedVenkat Venkatsubra2015-08-121-0/+1
| | * | | | | net: dsa: Do not override PHY interface if already configuredFlorian Fainelli2015-08-121-1/+2
| | * | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-08-111-1/+1
| | |\ \ \ \ \
| | | * | | | | Bluetooth: fix MGMT_EV_NEW_LONG_TERM_KEY eventJakub Pawlowski2015-08-061-1/+1
| | * | | | | | net: fs_enet: mask interrupts for TX partial frames.LEROY Christophe2015-08-111-1/+1
| | * | | | | | net: fs_enet: explicitly remove I flag on TX partial framesLEROY Christophe2015-08-111-1/+2
| | * | | | | | inet: fix possible request socket leakEric Dumazet2015-08-102-2/+2
| | * | | | | | inet: fix races with reqsk timersEric Dumazet2015-08-102-2/+8
| | * | | | | | mkiss: Fix error handling in mkiss_open()Fabio Estevam2015-08-101-3/+4
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-08-105-19/+20
| | |\ \ \ \ \ \
| | | * | | | | | netfilter: SYNPROXY: fix sending window update to clientPhil Sutter2015-08-102-2/+4
| | | * | | | | | netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter2015-08-101-8/+10
| | | * | | | | | netfilter: conntrack: Use flags in nf_ct_tmpl_alloc()Joe Stringer2015-08-051-2/+2
| | | * | | | | | netfilter: nf_conntrack: checking for IS_ERR() instead of NULLDan Carpenter2015-07-302-5/+4
| | | * | | | | | netfilter: nf_conntrack: silence warning on falling back to vmalloc()Pablo Neira Ayuso2015-07-301-3/+1
| | * | | | | | | Merge branch 'bnx2x-fixes'David S. Miller2015-08-102-1/+17
| | |\ \ \ \ \ \ \
| | | * | | | | | | bnx2x: Free NVRAM lock at end of each pageYuval Mintz2015-08-101-0/+16
| | | * | | | | | | bnx2x: Prevent null pointer dereference on SKB releaseYuval Mintz2015-08-101-1/+1
| | |/ / / / / / /
| | * | | | | | | cxgb4: missing curly braces in t4_setup_debugfs()Dan Carpenter2015-08-101-1/+2
| | * | | | | | | net-timestamp: Update skb_complete_tx_timestamp commentBenjamin Poirier2015-08-101-3/+3
| | * | | | | | | ipv6: don't reject link-local nexthop on other interfaceFlorian Westphal2015-08-101-2/+4
| | * | | | | | | netlink: make sure -EBUSY won't escape from netlink_insertDaniel Borkmann2015-08-101-0/+5
OpenPOWER on IntegriCloud